mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-15 10:17:39 +07:00
Research block tweaks / Merged in #1927
This commit is contained in:
@ -235,6 +235,7 @@ public class BlockRenderer implements Disposable{
|
||||
|
||||
if(block != Blocks.air){
|
||||
block.drawBase(tile);
|
||||
Draw.reset();
|
||||
Draw.z(Layer.block);
|
||||
|
||||
if(entity != null){
|
||||
|
Reference in New Issue
Block a user