Fixed warnings associated with Network.cpp, Client.cpp, Server.cpp and Packet.cpp.

BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT': macro redefinition was fixed by https://svn.boost.org/trac/boost/ticket/11539
This commit is contained in:
Jocke
2016-02-02 13:26:15 +01:00
parent 0a43f8104e
commit 6a3f585fb9
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);