add comment about stubbed ObjectMotionState

for when Bullet lib is not found
This commit is contained in:
Andrew Meadows 2014-12-29 16:41:27 -08:00
parent a97b8b0ea9
commit ce14c823a1

View file

@ -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