Merge pull request #350 from Murmiration/patch-1

Fix a typo with modchart docs
This commit is contained in:
Kade M 2021-04-30 23:44:42 -07:00 committed by GitHub
commit 82069244a0
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