Skip to content

Commit

Permalink
Remove another deprecated define
Browse files Browse the repository at this point in the history
  • Loading branch information
Starmapo committed Jan 29, 2025
1 parent 289bcc1 commit df87c76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flixel/FlxCamera.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1676,9 +1676,7 @@ class FlxCamera extends FlxBasic

final targetGraphics = (graphics == null) ? canvas.graphics : graphics;

#if (openfl > "8.7.0")
targetGraphics.overrideBlendMode(null);
#end
targetGraphics.beginFill(Color, FxAlpha);
// i'm drawing rect with these parameters to avoid light lines at the top and left of the camera,
// which could appear while cameras fading
Expand Down

0 comments on commit df87c76

Please sign in to comment.