Allow createDisplay to throw a JmeException

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@177 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Mark Johnson
2007-03-21 18:26:02 +00:00
parent 52a53ab1e9
commit 9ed8c648ac
+1
View File
@@ -271,6 +271,7 @@ public class JmeApp
* fill in {@link #_api} as a side-effect.
*/
protected DisplaySystem createDisplay ()
throws JmeException
{
PropertiesIO props = new PropertiesIO(getConfigPath("jme.cfg"));
if (!props.load()) {