You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
SwiftUI-2048/SwiftUI2048/Models/GameLogic.swift
Line 74 in 34f315a
fixed:
The text was updated successfully, but these errors were encountered: