mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:33:45 +02:00
fix alt-branch of ifdef
This commit is contained in:
parent
a0d77c061c
commit
2682c4720d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ bool EntityMotionState::entityTreeIsLocked() const {
|
|||
}
|
||||
}
|
||||
#else
|
||||
bool EntityMotionState::entityTreeIsLocked() const {
|
||||
bool entityTreeIsLocked() {
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue