Fix typo and typings

pull/609/head
tobspr 4 years ago
parent 78fe34840a
commit 49ea6fc381

@ -107,11 +107,13 @@ export class ItemProcessorComponent extends Component {
/**
* How long it takes until we are done with the current items
* @type {number}
*/
this.secondsUntilEject = 0;
/**
* How much processing time we have lest from the last tick
* How much processing time we have left from the last tick
* @type {number}
*/
this.bonusFromLastTick = 0;
}

Loading…
Cancel
Save