소스 검색

- remove Java 1.6-only call in AwtPanel

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8873 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 년 전
부모
커밋
e6fae36159
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      engine/src/desktop/com/jme3/system/awt/AwtPanel.java

+ 1 - 1
engine/src/desktop/com/jme3/system/awt/AwtPanel.java

@@ -103,7 +103,7 @@ public class AwtPanel extends Canvas implements SceneProcessor {
     public boolean checkVisibilityState(){
         if (!hasNativePeer.get()){
             if (strategy != null){
-                strategy.dispose();
+//                strategy.dispose();
                 strategy = null;
                 System.out.println("OGL: Not visible. Destroy strategy.");
             }