Skip to content

Commit a224ca1

Browse files
committed
1 parent 8b822f2 commit a224ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flixel/FlxCamera.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ class FlxCamera extends FlxBasic
16551655
}
16561656
else
16571657
{
1658-
if (FxAlpha == 0)
1658+
if (FxAlpha == 0 && (!filtersEnabled || filters == null || filters.length == 0))
16591659
return;
16601660

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

0 commit comments

Comments
 (0)