Merge branch 'master' into OctTree

# Conflicts:
#	src/Engine/CMakeLists.txt
#	src/Game/Game.cpp
This commit is contained in:
William Moberg
2015-12-15 17:11:11 +01:00
73 changed files with 2615 additions and 756 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
#include "PlayerSystem.h"
void PlayerSystem::Update(World * world, ComponentWrapper & player, double dt)
void PlayerSystem::UpdateComponent(World * world, ComponentWrapper & player, double dt)
{
if (input.Forward) {
m_Direction.z = -1;