Chromium Code Reviews| Index: samples/solar3d/web/solar.dart |
| diff --git a/samples/solar3d/web/solar.dart b/samples/solar3d/web/solar.dart |
| index 728bb9a685bc6fb6c16efe2f05cb70edf828eab8..648ecd31d5e26ae58c4cc44eae3104d950eeb461 100644 |
| --- a/samples/solar3d/web/solar.dart |
| +++ b/samples/solar3d/web/solar.dart |
| @@ -265,7 +265,7 @@ void showFps(num fps) { |
| fpsAverage = fps * 0.05 + fpsAverage * 0.95; |
| - query("#notes").text = "${fpsAverage.round().toInt()} fps"; |
| + query("#notes").text = "${fpsAverage.round()} fps"; |
| } |
| /** |