AndersTest misc small mergefixes

This commit is contained in:
verysecrethero
2015-12-15 13:48:14 +01:00
parent f9508657f5
commit 1910ab705b
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public:
virtual void Initialize()
{
EVENT_SUBSCRIBE_MEMBER(
_EInputCommand, &InputController::OnCommand);
m_EInputCommand, &InputController::OnCommand);
}
virtual bool OnCommand(const Events::InputCommand& e) { return false; }