Fixes #373 - Faulty Loggings of a SphereCollissionShape when using native bullet
This commit is contained in:
parent
b28f7e9293
commit
5064552905
@ -91,7 +91,7 @@ public class SphereCollisionShape extends CollisionShape {
|
|||||||
// new SphereShape(radius);
|
// new SphereShape(radius);
|
||||||
// objectId.setLocalScaling(Converter.convert(getScale()));
|
// objectId.setLocalScaling(Converter.convert(getScale()));
|
||||||
// objectId.setMargin(margin);
|
// objectId.setMargin(margin);
|
||||||
setScale(scale);
|
super.setScale(scale); // Set the scale to 1
|
||||||
setMargin(margin);
|
setMargin(margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user