Skip to content

Commit baf59af

Browse files
Update PsychParser.hx
1 parent a0b98ac commit baf59af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/funkin/backend/chart/PsychParser.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ class PsychParser {
8989
case "Add Camera Zoom":
9090
psychEvents.push([
9191
event.name,
92-
event.params[1] == "camGame" ? event.params[0] : 0, // CAMERA ZOOM
93-
event.params[1] == "camHUD" ? event.params[0] : 0, // UI ZOOM
92+
event.params[2] == "camGame" ? event.params[0] : 0, // CAMERA ZOOM
93+
event.params[2] == "camHUD" ? event.params[0] : 0, // UI ZOOM
9494
]);
9595
case "Play Animation":
9696
psychEvents.push([

0 commit comments

Comments
 (0)