This commit is contained in:
Anuken
2025-04-15 15:39:28 -04:00
parent cc4c18211b
commit b45afe1f4c

View File

@@ -169,6 +169,7 @@ public class TileableLogicDisplay extends LogicDisplay{
@Override
public void draw(){
//TODO if this is called before draw() on the root display is called, it will wipe it
if(needsUpdate){
needsUpdate = false;
linkDisplays(this);