Chromium Code Reviews| Index: sky/examples/game/lib/game_demo_box.dart |
| diff --git a/sky/examples/game/lib/game_demo_box.dart b/sky/examples/game/lib/game_demo_box.dart |
| index 85132e1ddd2c0f05b724c50c0b76491198c5709c..58716a1d14b8b728fb75a1108047248c2aa84fb7 100644 |
| --- a/sky/examples/game/lib/game_demo_box.dart |
| +++ b/sky/examples/game/lib/game_demo_box.dart |
| @@ -68,7 +68,6 @@ class GameDemoBox extends SpriteBox { |
| } |
| else if (pointer == _secondPointer) { |
| _secondPointer = -1; |
| - _gameWorld.controlFire(); |
| } |
| break; |
| default: |