Merge branch 'master' into OctTree
# Conflicts: # src/Engine/CMakeLists.txt # src/Game/Game.cpp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user