fix alt-branch of ifdef

This commit is contained in:
Seth Alves 2015-06-26 07:04:10 -07:00
parent a0d77c061c
commit 2682c4720d

View file

@ -77,7 +77,7 @@ bool EntityMotionState::entityTreeIsLocked() const {
}
}
#else
bool EntityMotionState::entityTreeIsLocked() const {
bool entityTreeIsLocked() {
return true;
}
#endif