Merge remote-tracking branch 'origin/master' into AssaultDash

This commit is contained in:
verysecrethero
2016-02-03 15:07:19 +01:00
11 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class InterpolationSystem : public PureSystem
glm::vec3 Position;
glm::vec3 Scale;
glm::quat Orientation;
double interpolationTime;
float interpolationTime;
};
public:
InterpolationSystem(World* world, EventBroker* eventBroker);