Fixed drawing of assembler payloads

This commit is contained in:
Anuken 2023-01-15 08:51:51 -05:00
parent 3159ce6707
commit 6d7c207b95
2 changed files with 2 additions and 2 deletions

View file

@ -320,8 +320,6 @@ public class JsonIO{
}
});
//use short names for all filter types
for(var filter : Maps.allFilterTypes){
var i = filter.get();

View file

@ -479,6 +479,8 @@ public class UnitAssembler extends PayloadBlock{
Draw.rect(topRegion, x, y);
if(isPayload()) return;
//draw drone construction
if(droneWarmup > 0.001f){
Draw.draw(Layer.blockOver + 0.2f, () -> {