mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 04:18:25 +08:00
All components must call super
This commit is contained in:
@ -25,7 +25,4 @@ class SpriteBatchComponent extends Component {
|
||||
paint: paint,
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
void update(double t) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user