Skip to content

Commit

Permalink
1 line patch?
Browse files Browse the repository at this point in the history
  • Loading branch information
DetectiveBaldi committed Sep 18, 2024
1 parent 96ced8c commit 0821129
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 0821129

Please sign in to comment.