We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cc888 commit 76c07ceCopy full SHA for 76c07ce
source/funkin/backend/FlxAnimate.hx
@@ -17,7 +17,7 @@ class FlxAnimate extends flxanimate.FlxAnimate {
17
if (alpha == 0 || colorTransform != null && (colorTransform.alphaMultiplier == 0 || colorTransform.alphaOffset == -255) || limb == null || limb.type == EMPTY)
18
return;
19
20
- if (blendMode != null)
+ if (blendMode == null)
21
blendMode = BlendMode.NORMAL;
22
23
for (camera in cameras)
@@ -92,4 +92,4 @@ class FlxAnimate extends flxanimate.FlxAnimate {
92
// TODO: ACTUAL OPTIMISATION
93
return true;
94
}
95
-}
+}
0 commit comments