From 52d5de73c2c8c7109224c40a784741ff8be56cb8 Mon Sep 17 00:00:00 2001 From: Murmiration <26490372+Murmiration@users.noreply.github.com> Date: Sat, 1 May 2021 02:43:24 -0400 Subject: [PATCH] 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. --- ModCharts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModCharts.md b/ModCharts.md index 3dcadee..6726e3e 100644 --- a/ModCharts.md +++ b/ModCharts.md @@ -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