You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- What steps will reproduce the problem?
1. Just create a single body constraint,
2. call world.AddConstraint(..),
3. and get an instant NullReferenceException.
- What version of the product are you using?
The latest from the repository.
- Please provide any additional information below.
NullReferenceException: Object reference not set to an instance of an object
Jitter.Collision.IslandManager.AddConnection (IslandManager.cs:169)
Jitter.Collision.IslandManager.ConstraintCreated (IslandManager.cs:61)
Jitter.World.AddConstraint (World.cs:499)
IslandManager.AddConnection(RigidBody body1, RigidBody body2) doesn't expect
body2 to be null.
Original issue reported on code.google.com by [email protected] on 24 Jun 2013 at 7:31
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Jun 2013 at 7:31The text was updated successfully, but these errors were encountered: