From c0cdf75603460b8f069eeb35cb0400a68148e3ce Mon Sep 17 00:00:00 2001 From: oualid Date: Thu, 26 Apr 2018 12:15:15 +0100 Subject: [PATCH] replace addState() with attach() in the javadoc --- .../src/common/java/com/jme3/bullet/BulletAppState.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jme3-bullet/src/common/java/com/jme3/bullet/BulletAppState.java b/jme3-bullet/src/common/java/com/jme3/bullet/BulletAppState.java index ae278c871..addea7a5e 100644 --- a/jme3-bullet/src/common/java/com/jme3/bullet/BulletAppState.java +++ b/jme3-bullet/src/common/java/com/jme3/bullet/BulletAppState.java @@ -67,7 +67,7 @@ public class BulletAppState implements AppState, PhysicsTickListener { /** * Creates a new BulletAppState running a PhysicsSpace for physics - * simulation, use getStateManager().addState(bulletAppState) to enable + * simulation, use getStateManager().attach(bulletAppState) to enable * physics for an Application. */ public BulletAppState() { @@ -75,7 +75,7 @@ public class BulletAppState implements AppState, PhysicsTickListener { /** * Creates a new BulletAppState running a PhysicsSpace for physics - * simulation, use getStateManager().addState(bulletAppState) to enable + * simulation, use getStateManager().attach(bulletAppState) to enable * physics for an Application. * * @param broadphaseType The type of broadphase collision detection, @@ -87,7 +87,7 @@ public class BulletAppState implements AppState, PhysicsTickListener { /** * Creates a new BulletAppState running a PhysicsSpace for physics - * simulation, use getStateManager().addState(bulletAppState) to enable + * simulation, use getStateManager().attach(bulletAppState) to enable * physics for an Application. An AxisSweep broadphase is used. * * @param worldMin The minimum world extent