Browse Source

- make remys life easier

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7232 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 years ago
parent
commit
e22c3f0349

+ 1 - 1
engine/src/jbullet/com/jme3/bullet/control/ragdoll/HumanoidRagdollPreset.java → engine/src/jbullet/com/jme3/bullet/control/HumanoidRagdollPreset.java

@@ -2,7 +2,7 @@
  * To change this template, choose Tools | Templates
  * To change this template, choose Tools | Templates
  * and open the template in the editor.
  * and open the template in the editor.
  */
  */
-package com.jme3.bullet.control.ragdoll;
+package com.jme3.bullet.control;
 
 
 import com.jme3.math.FastMath;
 import com.jme3.math.FastMath;
 
 

+ 0 - 2
engine/src/jbullet/com/jme3/bullet/control/RagdollControl.java

@@ -1,7 +1,5 @@
 package com.jme3.bullet.control;
 package com.jme3.bullet.control;
 
 
-import com.jme3.bullet.control.ragdoll.RagdollPreset;
-import com.jme3.bullet.control.ragdoll.HumanoidRagdollPreset;
 import com.jme3.animation.AnimControl;
 import com.jme3.animation.AnimControl;
 import com.jme3.animation.Bone;
 import com.jme3.animation.Bone;
 import com.jme3.animation.Skeleton;
 import com.jme3.animation.Skeleton;

+ 1 - 1
engine/src/jbullet/com/jme3/bullet/control/ragdoll/RagdollPreset.java → engine/src/jbullet/com/jme3/bullet/control/RagdollPreset.java

@@ -2,7 +2,7 @@
  * To change this template, choose Tools | Templates
  * To change this template, choose Tools | Templates
  * and open the template in the editor.
  * and open the template in the editor.
  */
  */
-package com.jme3.bullet.control.ragdoll;
+package com.jme3.bullet.control;
 
 
 import com.jme3.bullet.joints.SixDofJoint;
 import com.jme3.bullet.joints.SixDofJoint;
 import java.util.HashMap;
 import java.util.HashMap;