fix: changing ball spawning point to avoid context errors

pull/15/head
Erick Zanardo 4 years ago committed by alestiago
parent 21537c9a97
commit deacf374eb

@ -142,4 +142,10 @@ class PinballGame extends Forge2DGame with FlameBloc, KeyboardEvents {
super.onAttach(); super.onAttach();
spawnBall(); spawnBall();
} }
@override
void onAttach() {
super.onAttach();
spawnBall();
}
} }

Loading…
Cancel
Save