mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix windows build
This commit is contained in:
parent
4e74c98ae7
commit
e5b1cfa920
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ public:
|
|||
|
||||
// this object's frame
|
||||
virtual const Transform getJointTransformInObjectFrame(int jointIndex) const;
|
||||
virtual glm::quat getJointRotation(int index) const { assert(false); }
|
||||
virtual glm::vec3 getJointTranslation(int index) const { assert(false); }
|
||||
virtual glm::quat getJointRotation(int index) const { assert(false); return glm::quat(); }
|
||||
virtual glm::vec3 getJointTranslation(int index) const { assert(false); return glm::vec3(); }
|
||||
|
||||
SpatiallyNestablePointer getThisPointer() const;
|
||||
|
||||
|
|
Loading…
Reference in a new issue