Skip to content

Commit

Permalink
Fixed potential issue with defaultAntialiasing on transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
NeeEoo authored Dec 14, 2023
1 parent b09b178 commit b72220a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flixel/addons/transition/TransitionFade.hx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ class TransitionFade extends TransitionEffect
{
final sprite = new FlxSprite(region.x, region.y);
final bitmapKey = getBitmapKey(dirX, dirY, _data.color);

sprite.antialiasing = false;

if (dirX == 0 && dirY == 0)
{
Expand Down

0 comments on commit b72220a

Please sign in to comment.