Fixed mistake in code
This commit is contained in:
parent
c40c1b4027
commit
9f98f7ffb8
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue