This commit is contained in:
Anuken
2025-06-03 15:37:19 -04:00
parent 18d852b5c1
commit a22e532034
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ public class Schematics implements Loadable{
all.sort();
if(shadowBuffer == null){
if(shadowBuffer == null && !headless){
Core.app.post(() -> shadowBuffer = new FrameBuffer(maxSchematicSize + padding + 8, maxSchematicSize + padding + 8));
}
}