Disable the FPS display until we have some way to turn it on and off.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3625 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-06-24 22:35:08 +00:00
parent 2c17f3612e
commit 12853f5600
+1 -1
View File
@@ -468,7 +468,7 @@ public class JmeApp
*/ */
protected boolean displayStatistics () protected boolean displayStatistics ()
{ {
return true; return false;
} }
/** /**