SDK:
- change SDK startup error message sequence git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10692 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
d6b6be4dc9
commit
3f607632d4
@ -392,8 +392,8 @@ public class SceneApplication extends Application implements LookupProvider {
|
|||||||
* @param request
|
* @param request
|
||||||
*/
|
*/
|
||||||
public void openScene(final SceneRequest request) {
|
public void openScene(final SceneRequest request) {
|
||||||
if (failMessageShown) {
|
if (!started) {
|
||||||
NotifyUtil.show("Error starting OpenGL context!", "Click here to go to troubleshooting web page.", MessageType.EXCEPTION, lst, 0);
|
NotifyUtil.show("OpenGL context not started!", "Click here to go to troubleshooting web page.", MessageType.WARNING, lst, 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
closeScene(currentSceneRequest, request);
|
closeScene(currentSceneRequest, request);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user