mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 10:40:13 +02:00
add comment about stubbed ObjectMotionState
for when Bullet lib is not found
This commit is contained in:
parent
a97b8b0ea9
commit
ce14c823a1
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@
|
|||
// ObjectMotionState stubbery
|
||||
class ObjectMotionState {
|
||||
public:
|
||||
bool _foo;
|
||||
// so that this stub implementation is not completely empty we give the class a data member
|
||||
bool _stubData;
|
||||
};
|
||||
#endif // USE_BULLET_PHYSICS
|
||||
|
||||
|
|
Loading…
Reference in a new issue