Example #1
0
 @Override
 public void dispose() {
   if (motionState != null) motionState.release();
   motionState = null;
   if (collisionShape != null) collisionShape.release();
   collisionShape = null;
   super.dispose();
 }
Example #2
0
 @Override
 public void dispose() {
   if (motionState != null) motionState.release();
   motionState = null;
   super.dispose();
 }