- remove deprecation of CharacterControl

experimental
Normen Hansen 10 years ago
parent 4f7a4b19fd
commit 87ba079dc3
  1. 3
      jme3-bullet/src/common/java/com/jme3/bullet/control/CharacterControl.java

@ -47,10 +47,9 @@ import com.jme3.scene.control.Control;
import java.io.IOException; import java.io.IOException;
/** /**
* @deprecated in favor of <code>BetterCharacterControl</code> * You might want to try <code>BetterCharacterControl</code> as well.
* @author normenhansen * @author normenhansen
*/ */
@Deprecated
public class CharacterControl extends PhysicsCharacter implements PhysicsControl { public class CharacterControl extends PhysicsCharacter implements PhysicsControl {
protected Spatial spatial; protected Spatial spatial;

Loading…
Cancel
Save