Skip to content

Commit

Permalink
bugfix: NPE during the ConvexVsMesh test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 26, 2024
1 parent d49cd09 commit 2a65c3b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ public void StartTest(PhysicsSystem inPhysicsSystem, EMotionQuality inMotionQu
}
}

static BodyCreationSettings mMeshSettings;
private
static BodyCreationSettings mMeshSettings=new BodyCreationSettings();
static ShapeRefC[] mShapes;
public void StopTest(PhysicsSystem inPhysicsSystem){}
}

0 comments on commit 2a65c3b

Please sign in to comment.