This commit is contained in:
Richard Davey 2017-11-17 18:29:09 +00:00
parent 1d68b5feb7
commit 5f1c022866

View file

@ -275,7 +275,7 @@ var Group = new Class({
for (var i = 0; i < children.length; i++) for (var i = 0; i < children.length; i++)
{ {
var gameObject = children[i]; gameObject = children[i];
if (gameObject.active === state) if (gameObject.active === state)
{ {