Skip to content

Commit

Permalink
we did it patrick! we fixed the camera!
Browse files Browse the repository at this point in the history
  • Loading branch information
DidgieDeez committed Jun 20, 2024
1 parent b3cd8b5 commit 48ea9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class PlayState extends MusicBeatState
FlxG.cameras.reset(camGame);
FlxG.cameras.add(camHUD);

FlxG.cameras.setDefaultDrawTarget(camGame, true);
FlxCamera.defaultCameras = [camGame];

persistentUpdate = true;
persistentDraw = true;
Expand Down

0 comments on commit 48ea9ea

Please sign in to comment.