mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:41:20 +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
|
#else
|
||||||
bool EntityMotionState::entityTreeIsLocked() const {
|
bool entityTreeIsLocked() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue