This commit is contained in:
Patrick 'Quezler' Mounier
2020-01-03 17:23:57 +01:00
parent 1f6d3dca0e
commit 5a21387762

View File

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