Merge pull request #74 from teamfisk/Warnings-Jocke

Fixed warnings associated with Network
This commit is contained in:
2016-02-03 10:37:10 +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);