mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Fixed #11256
This commit is contained in:
parent
66124b68b0
commit
53ef8d5ea0
2 changed files with 2 additions and 1 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue