This commit is contained in:
Kevin Jahns
2014-10-06 10:35:02 +02:00
parent 1e73381863
commit 693f9bab67
38 changed files with 2609 additions and 36 deletions

View File

@@ -168,6 +168,10 @@
throw new Error("You must not overwrite operations!");
}
this.buffer[o.creator][o.op_number] = o;
if (this.number_of_operations_added_to_HB == null) {
this.number_of_operations_added_to_HB = 0;
}
this.number_of_operations_added_to_HB++;
return o;
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long