This commit is contained in:
Anuken 2025-10-02 11:19:58 +09:00
parent 66124b68b0
commit 53ef8d5ea0
2 changed files with 2 additions and 1 deletions

View file

@ -257,6 +257,7 @@ public class BlockRenderer{
if(other != null){
darkEvents.add(other.pos());
floor.recacheTile(other);
renderer.minimap.updatePixel(other);
}
}
}

View file

@ -336,7 +336,7 @@ public class MinimapRenderer{
updatePixel(tile);
}
void updatePixel(Tile tile){
public void updatePixel(Tile tile){
updates.add(tile.pos());
}