Merge remote-tracking branch 'origin/master' into particles
Conflicts: src/GameWorld.cpp src/Systems/ParticleSystem.cpp
This commit is contained in:
@@ -54,7 +54,7 @@ private:
|
||||
|
||||
bool tempSpawnedExplosions;
|
||||
|
||||
EventRelay<Events::KeyUp> m_EKeyUp;
|
||||
EventRelay<ParticleSystem, Events::KeyUp> m_EKeyUp;
|
||||
bool OnKeyUp(const Events::KeyUp &e);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user