Browse Source

- remove deprecation of CharacterControl

Normen Hansen 10 năm trước cách đây
mục cha
commit
87ba079dc3

+ 1 - 2
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;
 
 /**
- * @deprecated in favor of <code>BetterCharacterControl</code>
+ * You might want to try <code>BetterCharacterControl</code> as well.
  * @author normenhansen
  */
-@Deprecated
 public class CharacterControl extends PhysicsCharacter implements PhysicsControl {
 
     protected Spatial spatial;