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:
@@ -271,6 +271,7 @@ public class JmeApp
|
|||||||
* fill in {@link #_api} as a side-effect.
|
* fill in {@link #_api} as a side-effect.
|
||||||
*/
|
*/
|
||||||
protected DisplaySystem createDisplay ()
|
protected DisplaySystem createDisplay ()
|
||||||
|
throws JmeException
|
||||||
{
|
{
|
||||||
PropertiesIO props = new PropertiesIO(getConfigPath("jme.cfg"));
|
PropertiesIO props = new PropertiesIO(getConfigPath("jme.cfg"));
|
||||||
if (!props.load()) {
|
if (!props.load()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user