Skip to content

Commit

Permalink
Update packages/flame/lib/src/sprite_batch.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
  • Loading branch information
spydon and wolfenrain committed Jun 3, 2022
1 parent a904de5 commit d7b0940
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 @@ -187,7 +187,7 @@ class SpriteBatch {
imageCache.findKeyForImage(atlas) ??
'image[${identityHashCode(atlas)}]';

/// Whether any [BatchItem]s need a flippableAtlas.
/// Whether any [BatchItem]s needs a flippable atlas.
bool _hasFlips = false;

/// The status of the atlas image loading operations.
Expand Down

0 comments on commit d7b0940

Please sign in to comment.