Added showingStatistics().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3797 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-12-21 19:46:34 +00:00
parent 82bcdc13f9
commit 3ac76f7d9e
+8
View File
@@ -152,6 +152,14 @@ public class JmeApp
}
}
/**
* Returns true if we are displaying statistics, false if not.
*/
public boolean showingStatistics ()
{
return (_stats != null);
}
/**
* Starts up the main rendering and event processing loop. This method
* will not return until the application is terminated with a call to