- Fix sleepyness-induced bug

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10258 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2013-01-31 00:35:50 +00:00
parent d59c15669b
commit fbf647b54b

View File

@ -291,8 +291,8 @@ public class SceneApplication extends Application implements LookupProvider {
if (!started) {
try {
runQueuedTasks();
} catch (Exception e) {
getStateManager().update(0);
} catch (Exception e) {
logger.log(Level.INFO, "Exception calling Tasks:", e);
}
} else {