Skip to content

Commit

Permalink
Fix for non-blend-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Oct 13, 2024
1 parent 3960a28 commit 6892ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flame/lib/src/sprite_batch.dart
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ class SpriteBatch {
atlas,
_transforms,
_sources,
_colors,
_colors.every((c) => c == _defaultColor) ? null : _colors,
blendMode ?? defaultBlendMode,
cullRect,
renderPaint,
Expand Down

0 comments on commit 6892ce7

Please sign in to comment.