Hi,
A coder made some controllstuff for me and everything is working well. But there is one small problem
that prevents from building my project and running it.
this.cam = cam;
this.scene = scene;
this.app = app;
init();
this.setEnabled(true);
this.setEnabled(true); is underlined
Hope I can get some help on this.
Thanks in advance.
your class doesnt have method setEnabled( );
- test scene.setEnabled(); , flyCam.setEnabled();
- or delete the line.
- or ask him
It extends com.jme3.app.state.AbstractAppState and I havn’t overriden that method.