فهرست منبع

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