fix bug in the Box2DGame's add and addLater method , when the Component extends BodyComponent and mixin HasGameRef or other mixins ,the mixins will not be set correctly

This commit is contained in:
DinoAndCat
2020-08-24 16:17:54 +08:00
parent aad4d37ea6
commit f3ff76312b

View File

@@ -1,6 +1,7 @@
# CHANGELOG # CHANGELOG
## [next] ## [next]
- fix bug in the Box2DGame's add and addLater method , when the Component extends BodyComponent and mixin HasGameRef or other mixins ,the mixins will not be set correctly
## 0.25.0 ## 0.25.0
- Externalizing Tiled support to its own package `flame_tiled` - Externalizing Tiled support to its own package `flame_tiled`