Skip to content

Commit

Permalink
1 line patch? (#3254)
Browse files Browse the repository at this point in the history
  • Loading branch information
DetectiveBaldi authored Sep 19, 2024
1 parent 96ced8c commit 6bc06aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flixel/system/frontEnds/CameraFrontEnd.hx
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ class CameraFrontEnd
*/
public function reset(?NewCamera:FlxCamera):Void
{
FlxG.camera = null;

while (list.length > 0)
remove(list[0]);

Expand Down

0 comments on commit 6bc06aa

Please sign in to comment.