Skip to content

Commit

Permalink
fix: Updated oxygen dep to v0.3.1 and added removing components (#3087)
Browse files Browse the repository at this point in the history
Updated oxygen dep to v0.3.1 and added call to new method to remove
components.
  • Loading branch information
freewheelnat committed Mar 20, 2024
1 parent e3e755c commit 8f50c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/flame_oxygen/lib/src/flame_world.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class FlameWorld extends World {
system.update(delta);
}
entityManager.processRemovedEntities();
entityManager.processRemovedComponents();
}

@override
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_oxygen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
flame: ^1.16.0
flutter:
sdk: flutter
oxygen: ^0.2.0
oxygen: ^0.3.1

dev_dependencies:
dartdoc: ^6.3.0
Expand Down

0 comments on commit 8f50c92

Please sign in to comment.