1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Fix typo and typings

This commit is contained in:
tobspr 2020-08-29 22:37:44 +02:00
parent 78fe34840a
commit 49ea6fc381

View File

@ -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;
}