Merge remote-tracking branch 'origin/master' into particles

Conflicts:
	src/GameWorld.cpp
	src/Systems/ParticleSystem.cpp
This commit is contained in:
Stiffly
2014-05-27 06:55:44 +02:00
84 changed files with 3719 additions and 1153 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);
};