This commit is contained in:
Jeremiah Billmann
2014-11-15 04:02:36 +00:00
parent ac4bc7be48
commit 4f8088871a
+1
View File
@@ -18,6 +18,7 @@ Player.prototype.setRegion = function (region) {
Player.prototype.addState = function (state, executionTime) {
this.addHistory(state, executionTime);
this.state = state;
this.sequence += this.inputs.length;
this.inputs = [];
};