Healthbar on player

This commit is contained in:
viktorljung
2016-01-24 22:21:10 +01:00
parent 0c557317a9
commit 7e92d6f53f
4 changed files with 45 additions and 10 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ bool EditorSystem::OnSetCamera(const Events::SetCamera& e)
m_ActualCamera = e.CameraEntity;
Events::SetCamera e2;
e2.CameraEntity = m_EditorCamera;
m_EventBroker->Publish(e2);
//m_EventBroker->Publish(e2);
}
return true;
}