All components must call super

This commit is contained in:
Lukas Klingsbo
2020-10-07 09:20:28 +02:00
parent 7a29d19cc5
commit f48bf4d654
9 changed files with 12 additions and 10 deletions

View File

@ -25,7 +25,4 @@ class SpriteBatchComponent extends Component {
paint: paint,
);
}
@override
void update(double t) {}
}