repair bad merge during rebase

This commit is contained in:
Andrew Meadows 2017-04-18 16:35:32 -07:00
parent 2441536de3
commit caf6a77baf
2 changed files with 2 additions and 3 deletions

View file

@ -13,6 +13,8 @@
#include "Camera.h"
#include <EntityTypes.h>
class FancyCamera : public Camera {
Q_OBJECT

View file

@ -336,7 +336,6 @@ protected:
RateCounter<> _skeletonModelSimulationRate;
RateCounter<> _jointDataSimulationRate;
<<<<<<< 4318cce04a59543d80a9364c86aab79408dcb50e
// Smoothing data for blending from one position/orientation to another on remote agents.
float _smoothPositionTime;
float _smoothPositionTimer;
@ -347,8 +346,6 @@ protected:
glm::quat _smoothOrientationInitial;
glm::quat _smoothOrientationTarget;
=======
>>>>>>> remove Menu dependency from Avatar class
private:
class AvatarEntityDataHash {
public: