Fixed a scoping issue with the O-Spin
parent
fe21f819cc
commit
23386f3f1c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue