Skip to content

Commit

Permalink
Update packages/flame/lib/src/game/game.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Klingsbo <[email protected]>
  • Loading branch information
munsterlander and spydon authored Jul 29, 2023
1 parent 4895e43 commit 8389482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flame/lib/src/game/game.dart
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ abstract mixin class Game {

/// Called when the game is about to be removed from the Flutter widget tree,
/// but before it is actually removed. See the docs for an example on how to
/// cleanup children to avoid memory leaks.
/// do cleanups to avoid memory leaks.
void onRemove() {}

/// Called after the game has left the widget tree.
Expand Down

0 comments on commit 8389482

Please sign in to comment.