Kaynağa Gözat

- fix SceneToolController AppState implementation

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7162 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 yıl önce
ebeveyn
işleme
ece2c5ce9d

+ 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.");
     }