[SOLVED] Has applyContinuousForce(… ) been removed?

I am using JME 3 Alpha 4 Stable and the method applyContinuousForce for the RigidBodyControl does not exist. Has this method been removed and If so, is there anything that replaces it?

Thanks

No, use the physicsTickListener to make sure your force is applied in the right moment or just apply it each frame (which applyContinuous… did)