mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-13 03:10:42 +08:00
Null-safety (#685)
This commit is contained in:
@@ -16,7 +16,7 @@ void main() async {
|
||||
}
|
||||
|
||||
class MyGame extends BaseGame {
|
||||
SpriteBatch spriteBatch;
|
||||
late SpriteBatch spriteBatch;
|
||||
|
||||
@override
|
||||
Future<void> onLoad() async {
|
||||
|
||||
Reference in New Issue
Block a user