Fixed #11256
This commit is contained in:
@@ -257,6 +257,7 @@ public class BlockRenderer{
|
||||
if(other != null){
|
||||
darkEvents.add(other.pos());
|
||||
floor.recacheTile(other);
|
||||
renderer.minimap.updatePixel(other);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -336,7 +336,7 @@ public class MinimapRenderer{
|
||||
updatePixel(tile);
|
||||
}
|
||||
|
||||
void updatePixel(Tile tile){
|
||||
public void updatePixel(Tile tile){
|
||||
updates.add(tile.pos());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user