If a BetterCharacterControl is removed from the PhysicsSpace a Nullpointer
occures in BetterCharacterControl.removePhysics(PhysicsSpace space).
Reason: In AbstractPhysicsControl.setPhysicsSpace(PhysicsSpace space) - which
is called with parameter "null" by the PhysicsSpace in this case - the new
value ("null") is forwarded as parameter.
Solution: Either forward the field "this.space" as parameter in
AbstractPhysicsControl.setPhysicsSpace(PhysicsSpace space) or use the still
available "this.space" in BetterCharacterControl.removePhysics(PhysicsSpace
space).
Original issue reported on code.google.com by florian....@googlemail.com on 18 Mar 2013 at 1:54
Original issue reported on code.google.com by
florian....@googlemail.com
on 18 Mar 2013 at 1:54