yeppers
This commit is contained in:
CyndaquilDAC 2021-05-02 20:42:47 -05:00 committed by GitHub
commit 6df694e3ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ function update (elapsed)
else
for i=0,7 do
setActorX(_G['defaultStrum'..i..'X'],i)
setActorX(_G['defaultStrum'..i..'Y'],i)
setActorY(_G['defaultStrum'..i..'Y'],i)
end
end
end