Skip to content

Commit 76c07ce

Browse files
authored
Update FlxAnimate.hx (#512)
1 parent 17cc888 commit 76c07ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/funkin/backend/FlxAnimate.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class FlxAnimate extends flxanimate.FlxAnimate {
1717
if (alpha == 0 || colorTransform != null && (colorTransform.alphaMultiplier == 0 || colorTransform.alphaOffset == -255) || limb == null || limb.type == EMPTY)
1818
return;
1919

20-
if (blendMode != null)
20+
if (blendMode == null)
2121
blendMode = BlendMode.NORMAL;
2222

2323
for (camera in cameras)
@@ -92,4 +92,4 @@ class FlxAnimate extends flxanimate.FlxAnimate {
9292
// TODO: ACTUAL OPTIMISATION
9393
return true;
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)