소스 검색

- fix SceneToolController AppState implementation

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7162 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 년 전
부모
커밋
ece2c5ce9d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      jme3-core/src/com/jme3/gde/core/scene/controller/SceneToolController.java

+ 2 - 2
jme3-core/src/com/jme3/gde/core/scene/controller/SceneToolController.java

@@ -296,11 +296,11 @@ public class SceneToolController implements AppState {
 //        throw new UnsupportedOperationException("Not supported yet.");
     }
 
-    public void setActive(boolean bln) {
+    public void setEnabled(boolean bln) {
 //        throw new UnsupportedOperationException("Not supported yet.");
     }
 
-    public boolean isActive() {
+    public boolean isEnabled() {
         return true;
 //        throw new UnsupportedOperationException("Not supported yet.");
     }