Don't need this, was testing the numerator anyway.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4588 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-02-21 02:16:40 +00:00
parent 7651c6d400
commit 9c626246a0
+1 -3
View File
@@ -34,9 +34,7 @@ public class FPSDisplay extends TextField
// the difference between 1 frame) // the difference between 1 frame)
var frames :Number = _frameStamps.length - 1; var frames :Number = _frameStamps.length - 1;
if (frames > 0) { this.text = String(frames / seconds);
this.text = String(frames / seconds);
}
} }
/** Timestamps of past ENTER_FRAME events. */ /** Timestamps of past ENTER_FRAME events. */