Bugfixes
This commit is contained in:
@@ -230,6 +230,7 @@ public class Block extends UnlockableContent{
|
||||
font.getData().setScale(1f);
|
||||
Draw.reset();
|
||||
Pools.free(layout);
|
||||
|
||||
return width;
|
||||
}
|
||||
|
||||
|
||||
@@ -48,6 +48,7 @@ public class ForceProjector extends Block{
|
||||
canOverdrive = false;
|
||||
hasLiquids = true;
|
||||
hasItems = true;
|
||||
expanded = true;
|
||||
consumes.add(new ConsumeLiquidFilter(liquid -> liquid.temperature <= 0.5f && liquid.flammability < 0.1f, 0.1f)).boost().update(false);
|
||||
}
|
||||
|
||||
|
||||
@@ -62,6 +62,8 @@ public class MessageBlock extends Block{
|
||||
|
||||
@Override
|
||||
public void drawSelect(){
|
||||
if(renderer.pixelator.enabled()) return;
|
||||
|
||||
BitmapFont font = Fonts.outline;
|
||||
GlyphLayout l = Pools.obtain(GlyphLayout.class, GlyphLayout::new);
|
||||
boolean ints = font.usesIntegerPositions();
|
||||
|
||||
Reference in New Issue
Block a user