AA turret placement overlap fix

This commit is contained in:
Anuken
2025-12-24 11:53:33 -05:00
parent 60eb3afb8d
commit 7886e9fe52
7 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ public class Schematics implements Loadable{
public void savePreview(Schematic schematic, Fi file){
FrameBuffer buffer = getBuffer(schematic);
Draw.flush();
buffer.begin();
buffer.begin(Color.clear);
Pixmap pixmap = ScreenUtils.getFrameBufferPixmap(0, 0, buffer.getWidth(), buffer.getHeight());
file.writePng(pixmap);
buffer.end();