Fix Color Change platforms not removed properly

This commit is contained in:
Thanos Paravantis 2016-07-13 17:47:17 +03:00
parent 2e5d7c023f
commit efce89a7e7

View File

@ -104,6 +104,7 @@ public class ChallengeColorChange extends Challenge
{
_isFalling = false;
_lastSound = 0;
_lastGeneratedPlatforms.clear();
}
@EventHandler