Skip to content

Commit

Permalink
fix alt events (base game charts)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarcleint committed Feb 4, 2024
1 parent b9ad925 commit f584123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/backend/chart/BaseGameParser.hx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class BaseGameParser {
result.events.push({
time: curTime,
name: "Alt Animation Toggle",
params: [0, altAnims]
params: [altAnims, false, 0]
});
}

Expand Down

0 comments on commit f584123

Please sign in to comment.