Fixed large burst of particles when dramatically increasing the emission rate of a ParticleSystem. (fixes #1169)

This commit is contained in:
Bart van Strien
2016-06-21 15:48:49 +02:00
parent b328049517
commit debea1192b
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -18,6 +18,7 @@ Released: N/A
* Fixed gamma correction of ImageFonts and BMFonts with colored images.
* Fixed the default shader improperly applying gamma correction to per-vertex colors when gamma correction is requested but not supported on OpenGL ES.
* Fixed text coloring breaking because of an empty string.
* Fixed large burst of particles when dramatically increasing the emission rate of a ParticleSystem.
* Improved performance of Channel methods by roughly 2x in many cases.