• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Main repository of MikuMikuStudio


Commit MetaInfo

Revisão961e69a35b433dca0eaacb2f51095196408a2528 (tree)
Hora2013-06-30 05:24:09
Autornormen667 <normen667@75d0...>
Commiternormen667

Mensagem de Log

SDK:
- change SDK startup error message sequence

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@10692 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

Mudança Sumário

Diff

--- a/sdk/jme3-core/src/com/jme3/gde/core/scene/SceneApplication.java
+++ b/sdk/jme3-core/src/com/jme3/gde/core/scene/SceneApplication.java
@@ -392,8 +392,8 @@ public class SceneApplication extends Application implements LookupProvider {
392392 * @param request
393393 */
394394 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);
397397 return;
398398 }
399399 closeScene(currentSceneRequest, request);