Fixed a scoping issue with the O-Spin

pull/4/head
Ishaan Bhardwaj 2021-03-05 10:31:55 -05:00
parent fe21f819cc
commit 23386f3f1c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ OSpin.block_offsets = {
}
}
function SRS:attemptWallkicks(piece, new_piece, rot_dir, grid)
function OSpin:attemptWallkicks(piece, new_piece, rot_dir, grid)
local kicks
if piece.shape == "I" then