Merge pull request #197 from teamfisk/SpectatorCamera

Properly unlocked mouse
This commit is contained in:
Adam Byléhn
2016-03-11 10:43:29 +01:00
5 changed files with 28 additions and 3 deletions
+1
View File
@@ -47,6 +47,7 @@ EditorSystem::EditorSystem(SystemParams params, IRenderer* renderer, RenderFrame
Enable();
} else {
Disable();
m_EventBroker->Publish(Events::UnlockMouse());
}
}