Fix a typo with modchart docs

I swear to god this one typo had me pulling my hair out for like 15 minutes trying to troubleshoot, telling myself "The Sample Code HAS to be right". It wasn't, plz fix.
This commit is contained in:
Murmiration
2021-05-01 02:43:24 -04:00
committed by GitHub
parent 131a344132
commit 52d5de73c2

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