Fix the remainder of errors. Might have borked splatmap in the process.

This commit is contained in:
FakeShemp
2016-03-02 10:57:22 +01:00
parent 1ae2f3f5f3
commit 5a6374f013
3 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ EditorSystem::EditorSystem(SystemParams params, IRenderer* renderer, RenderFrame
m_ActualCamera = m_EditorCamera;
m_EditorWorld->AttachComponent(m_EditorCamera.ID, "Transform");
auto cCamera = m_EditorWorld->AttachComponent(m_EditorCamera.ID, "Camera");
//(double&)cCamera["FarClip"] = 300.0;
// TOBIAS TVINGADE MIG ATT HÅRDKODA
(double&)cCamera["FarClip"] = 400.0;
m_EditorCameraInputController = new EditorCameraInputController<EditorSystem>(m_EventBroker, -1);