- applied changes of the core to vehicle editor

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7932 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
rem..om 2011-07-27 17:50:32 +00:00
parent 3b47418f4f
commit 67cf4458c7

View File

@ -66,4 +66,9 @@ public class VehicleCreatorCameraController extends AbstractCameraController {
public void setVehicle(Spatial vehicle) { public void setVehicle(Spatial vehicle) {
this.vehicle = vehicle; this.vehicle = vehicle;
} }
@Override
public boolean useCameraControls() {
return true;
}
} }