mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-15 11:20:39 -07:00
Fixed drawing of assembler payloads
This commit is contained in:
parent
3159ce6707
commit
6d7c207b95
2 changed files with 2 additions and 2 deletions
|
|
@ -320,8 +320,6 @@ public class JsonIO{
|
|||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
//use short names for all filter types
|
||||
for(var filter : Maps.allFilterTypes){
|
||||
var i = filter.get();
|
||||
|
|
|
|||
|
|
@ -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, () -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue