This commit is contained in:
ViktorLjung
2014-05-26 01:03:25 +02:00
parent dff888f82d
commit 9a984dbb10
7 changed files with 142 additions and 50 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ private:
bool tempSpawnedExplosions;
EventRelay<Events::KeyUp> m_EKeyUp;
EventRelay<ParticleSystem, Events::KeyUp> m_EKeyUp;
bool OnKeyUp(const Events::KeyUp &e);
};