Chromium Code Reviews| Index: sky/examples/game/main.dart |
| diff --git a/sky/examples/game/main.dart b/sky/examples/game/main.dart |
| index 4b5dc61d54b819b5c953208f5088017a63557bdf..6282cce5a31a26aa94df134d906fc50ab371595a 100644 |
| --- a/sky/examples/game/main.dart |
| +++ b/sky/examples/game/main.dart |
| @@ -23,7 +23,7 @@ void main() { |
| void allLoaded(ImageMap loader) { |
| _loader = loader; |
| - new GameDemoApp(); |
| + runApp(new GameDemoApp()); |
| } |
| class GameDemoApp extends App { |