Merge pull request #7047 from AndrewMeadows/hide-the-razor-blades

MyAVatar::rebuildCollisionShape() is not a slot
This commit is contained in:
Anthony Thibault 2016-02-09 09:11:14 -08:00
commit aa3cb8fb20

View file

@ -240,6 +240,8 @@ public:
glm::quat getCustomListenOrientation() { return _customListenOrientation; }
void setCustomListenOrientation(glm::quat customListenOrientation) { _customListenOrientation = customListenOrientation; }
virtual void rebuildCollisionShape() override;
public slots:
void increaseSize();
void decreaseSize();
@ -256,8 +258,6 @@ public slots:
Q_INVOKABLE void updateMotionBehaviorFromMenu();
virtual void rebuildCollisionShape() override;
Q_INVOKABLE QUrl getAnimGraphUrl() const { return _animGraphUrl; }
void setEnableDebugDrawDefaultPose(bool isEnabled);