This commit is contained in:
Patrick 'Quezler' Mounier 2020-01-03 17:23:57 +01:00
parent 1f6d3dca0e
commit 5a21387762
No known key found for this signature in database
GPG Key ID: 0D6CA7326C76D8EA

View File

@ -152,6 +152,7 @@ public class CraterConveyor extends BaseConveyor{
}
class CraterConveyorEntity extends BaseConveyorEntity{
// i should probably use timers/counters instead of frames
float lastFrameUpdated = -1;
float lastFrameSpawned = -1;
float lastFrameChanged = -1;