| Index: sky/examples/game/lib/game_demo.dart
|
| diff --git a/sky/examples/game/lib/game_demo.dart b/sky/examples/game/lib/game_demo.dart
|
| index 5a9b20d0f90694b43eede26be6cfe37af049fdb6..b54ec2877b953afc20d48ad892326526b5d8ee8c 100644
|
| --- a/sky/examples/game/lib/game_demo.dart
|
| +++ b/sky/examples/game/lib/game_demo.dart
|
| @@ -5,7 +5,5 @@ import 'dart:math' as Math;
|
| import 'package:vector_math/vector_math_64.dart';
|
| import 'sprites.dart';
|
| import 'package:box2d/box2d.dart';
|
| -import 'package:sky/rendering/box.dart';
|
|
|
| part 'game_demo_world.dart';
|
| -part 'game_demo_box.dart';
|
|
|