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

Conflicts:
	include/Core/Engine.h
	include/Physics/PhysicsSystem.h
	include/Sound/SoundSystem.h
	src/game/Physics/PhysicsSystem.cpp
	src/game/Sound/SoundSystem.cpp
PS:min teori i förra commiten var sann
This commit is contained in:
Stiffly
2015-10-07 18:34:36 +02:00
75 changed files with 9561 additions and 2755 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ struct ParticleEmitter : public Component
float Speed = 2.f;
double LifeTime = 100;
//ParticleSystem variables
//System variables
float GravityScale = 1.0f;
};