Some merge fixes, needs more work

This commit is contained in:
viktorljung
2015-12-18 15:28:44 +01:00
parent aeca1dec18
commit bd82f75dd0
9 changed files with 36 additions and 168 deletions
+2
View File
@@ -10,6 +10,7 @@
#include "Model.h"
#include "../Core/EKeyDown.h"
#include "../Input/EInputCommand.h"
#include "Camera.h"
class RenderSystem : public ImpureSystem
{
@@ -27,6 +28,7 @@ public:
private:
RenderQueueCollection* m_RenderQueues;
bool m_SwitchCamera = false;
Camera* m_Camera = nullptr;
EventRelay<RenderSystem, Events::SetCamera> m_ESetCamera;
bool OnSetCamera(const Events::SetCamera &event);