| Index: samples/solar/web/solar.dart
|
| diff --git a/samples/solar/web/solar.dart b/samples/solar/web/solar.dart
|
| index c0b13f12ada59282ed1f2fdc85d83240473238a6..e0859aa05d23bf9ffaf131d5cbf869861f9fe474 100644
|
| --- a/samples/solar/web/solar.dart
|
| +++ b/samples/solar/web/solar.dart
|
| @@ -119,7 +119,7 @@ class SolarSystem {
|
| }
|
|
|
| void draw(num _) {
|
| - num time = new Date.now().millisecondsSinceEpoch;
|
| + num time = new DateTime.now().millisecondsSinceEpoch;
|
|
|
| if (renderTime != null) {
|
| showFps((1000 / (time - renderTime)).round());
|
|
|