Main repository of MikuMikuStudio
Revisión | 961e69a35b433dca0eaacb2f51095196408a2528 (tree) |
---|---|
Tiempo | 2013-06-30 05:24:09 |
Autor | normen667 <normen667@75d0...> |
Commiter | normen667 |
SDK:
- change SDK startup error message sequence
git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@10692 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
@@ -392,8 +392,8 @@ public class SceneApplication extends Application implements LookupProvider { | ||
392 | 392 | * @param request |
393 | 393 | */ |
394 | 394 | public void openScene(final SceneRequest request) { |
395 | - if (failMessageShown) { | |
396 | - NotifyUtil.show("Error starting OpenGL context!", "Click here to go to troubleshooting web page.", MessageType.EXCEPTION, lst, 0); | |
395 | + if (!started) { | |
396 | + NotifyUtil.show("OpenGL context not started!", "Click here to go to troubleshooting web page.", MessageType.WARNING, lst, 0); | |
397 | 397 | return; |
398 | 398 | } |
399 | 399 | closeScene(currentSceneRequest, request); |