| Index: samples/solar3d/web/solar.dart
|
| diff --git a/samples/solar3d/web/solar.dart b/samples/solar3d/web/solar.dart
|
| index 3057c4883aeb7dba5f20783d3fca07e8807d8d42..7b01840a051c659ed8981bf91752cceb91067421 100644
|
| --- a/samples/solar3d/web/solar.dart
|
| +++ b/samples/solar3d/web/solar.dart
|
| @@ -221,7 +221,7 @@ class Solar3DApplication {
|
| num renderTime;
|
|
|
| void update(double time) {
|
| - num t = new Date.now().millisecondsSinceEpoch;
|
| + num t = new DateTime.now().millisecondsSinceEpoch;
|
|
|
| if (renderTime != null) {
|
| showFps((1000 / (t - renderTime)).round());
|
|
|