Merge branch 'master' into PlayerMovement

# Conflicts:
#	src/Engine/Rendering/RenderSystem.cpp
#	src/Game/Game.cpp
This commit is contained in:
2016-01-14 18:21:32 +01:00
4 changed files with 59 additions and 54 deletions
+1 -2
View File
@@ -186,5 +186,4 @@ void RenderSystem::updateCamera(World* world, double dt)
}
m_Camera->UpdateViewMatrix();
}
}