Resolved: #12 Regions - limit state bandwidth

This commit is contained in:
Jeremiah Billmann
2013-08-23 13:30:13 -04:00
parent e805c2d991
commit 790c69305a
8 changed files with 132 additions and 30 deletions
+5
View File
@@ -32,5 +32,10 @@ EntityController.prototype = {
return;
}
}
},
clearRegions: function () {
for (var i = 0; i < this.entities.length; i ++) {
this.entities[i].setRegion('');
}
}
};