- remove deprecation of CharacterControl

This commit is contained in:
Normen Hansen 2015-01-29 15:34:28 +01:00
parent 4f7a4b19fd
commit 87ba079dc3

View File

@ -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;