added a comment

This commit is contained in:
Andrew Meadows 2014-11-11 17:31:27 -08:00
parent ccc3156587
commit 9e5007a0a3

View file

@ -38,6 +38,7 @@ CustomMotionState::CustomMotionState() :
}
CustomMotionState::~CustomMotionState() {
// NOTE: you MUST remove this MotionState from the world before you call the dtor.
assert(_body == NULL);
}