mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 10:19:06 +02:00
added a comment
This commit is contained in:
parent
ccc3156587
commit
9e5007a0a3
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ CustomMotionState::CustomMotionState() :
|
||||||
}
|
}
|
||||||
|
|
||||||
CustomMotionState::~CustomMotionState() {
|
CustomMotionState::~CustomMotionState() {
|
||||||
|
// NOTE: you MUST remove this MotionState from the world before you call the dtor.
|
||||||
assert(_body == NULL);
|
assert(_body == NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue