Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(525)

Unified Diff: sky/examples/game/lib/sprites.dart

Issue 1179333002: Playable demo game and bug fixes in sprites (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/examples/game/lib/sprites.dart
diff --git a/sky/examples/game/lib/sprites.dart b/sky/examples/game/lib/sprites.dart
index 79a6fd3983f643de139b0910362bdb263b52208f..c468262198b116400e9a790b61998a17c2f62e87 100644
--- a/sky/examples/game/lib/sprites.dart
+++ b/sky/examples/game/lib/sprites.dart
@@ -2,7 +2,7 @@ library sprites;
import 'dart:sky';
import 'dart:math' as Math;
-import 'package:vector_math/vector_math_64.dart';
+import 'package:vector_math/vector_math.dart';
import 'dart:typed_data';
import 'package:sky/framework/rendering/box.dart';
import 'package:sky/framework/rendering/object.dart';

Powered by Google App Engine
This is Rietveld 408576698