Fixed mistake in code

This commit is contained in:
djdolphin 2013-11-05 20:59:48 -05:00
parent c40c1b4027
commit 9f98f7ffb8

View file

@ -91,8 +91,7 @@ Runtime.prototype.stopAll = function() {
}
// Reset graphic effects
for (var s = 0; s < runtime.sprites.length; s++) {
if (typeof runtime.sprites[s].hideBubble == 'function')
runtime.sprites[s].resetFilters();
runtime.sprites[s].resetFilters();
}
}