We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwiftUI-2048/SwiftUI2048/Models/GameLogic.swift
Line 74 in 34f315a
fixed:
if let block = _blockMatrix[axis ? (col, row) : (row, col)] { rowSnapshot.append(block) compactRow.append(block) } else { // add else here rowSnapshot.append(nil) }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SwiftUI-2048/SwiftUI2048/Models/GameLogic.swift
Line 74 in 34f315a
fixed:
The text was updated successfully, but these errors were encountered: