- fix SceneToolController AppState implementation

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7162 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-04-02 20:57:06 +00:00
parent cdd44058d8
commit e4c8769be0

View File

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