- fix SceneToolController AppState implementation
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7162 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
cdd44058d8
commit
e4c8769be0
@ -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.");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user