mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-30 00:17:20 +08:00
Introduce updateTree (#1158)
* Introduce updateTree * Update tests * Fix update for game-in-game situations * Add dartdoc to updateTree
This commit is contained in:
@ -570,7 +570,6 @@ class TrafficLightComponent extends Component {
|
||||
|
||||
@override
|
||||
void update(double dt) {
|
||||
super.update(dt);
|
||||
colorChangeTimer.update(dt);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user