formatting

This commit is contained in:
luiscuenca 2017-11-01 19:45:56 -07:00
parent 6a2dc38fdd
commit e201e82ec2
3 changed files with 1 additions and 3 deletions

View file

@ -54,7 +54,6 @@ public:
void setMirrorFlag(bool mirrorFlag) { _mirrorFlag = mirrorFlag; }
void loadURL(const QString& url);
const QString& getURL() { return _url; }
protected:
virtual void setCurrentFrameInternal(float frame) override;

View file

@ -274,7 +274,6 @@ public slots:
glm::vec3 getRightPalmPosition() const;
glm::quat getRightPalmRotation() const;
//void restoreAnimations();
void setModelURLFinished(bool success);
protected: