mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	Some more linting
This commit is contained in:
		| @ -552,10 +552,9 @@ class MyGame extends BaseGame { | ||||
|  | ||||
| Future<BaseGame> loadGame() async { | ||||
|   Flame.initializeWidget(); | ||||
|   final gameSize = await Flame.util.initialDimensions(); | ||||
|   WidgetsFlutterBinding.ensureInitialized(); | ||||
|  | ||||
|   return MyGame(screenSize: gameSize); | ||||
|   return MyGame(); | ||||
| } | ||||
|  | ||||
| /// A curve which maps sinus output (-1..1,0..pi) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Erick Zanardo
					Erick Zanardo