Skip to content

Commit

Permalink
fix a modchart bug with cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Aug 4, 2021
1 parent 5698b68 commit 574d13e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2387,6 +2387,15 @@ class PlayState extends MusicBeatState
if (i <= playerStrums.length)
playerStrums.members[i].visible = p2;
}

camNotes.zoom = camHUD.zoom;
camNotes.x = camHUD.x;
camNotes.y = camHUD.y;
camNotes.angle = camHUD.angle;
camSustains.zoom = camHUD.zoom;
camSustains.x = camHUD.x;
camSustains.y = camHUD.y;
camSustains.angle = camHUD.angle;
}
#end

Expand Down

0 comments on commit 574d13e

Please sign in to comment.