SDK:
- Fix sleepyness-induced bug git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10258 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
d59c15669b
commit
fbf647b54b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user