mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02: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