Skip to content

Commit

Permalink
Small change :3
Browse files Browse the repository at this point in the history
  • Loading branch information
NeeEoo committed Sep 15, 2024
1 parent 90c5802 commit 6152067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/funkin/backend/FunkinSprite.hx
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,12 @@ class FunkinSprite extends FlxSkewedSprite implements IBeatReceiver implements I
animateAtlas.flipX = flipX;
animateAtlas.flipY = flipY;
animateAtlas.shader = shader;
animateAtlas.shaderEnabled = shaderEnabled;
animateAtlas.antialiasing = antialiasing;
animateAtlas.skew = skew;
animateAtlas.transformMatrix = transformMatrix;
animateAtlas.matrixExposed = matrixExposed;
animateAtlas.colorTransform = colorTransform;
}
}

Expand Down

0 comments on commit 6152067

Please sign in to comment.