Merging changes from private branch

This commit is contained in:
Anuken
2025-04-04 11:47:35 -04:00
parent cf5c6d0905
commit b7dbe54d76
161 changed files with 2484 additions and 1137 deletions

View File

@@ -48,7 +48,7 @@ public class MinimapFragment{
Draw.rect(reg, w/2f + panx*zoom, h/2f + pany*zoom, size, size * ratio);
Rect bounds = getRectBounds();
renderer.minimap.drawEntities(bounds.x, bounds.y, bounds.width, bounds.height, zoom, true);
renderer.minimap.drawEntities(bounds.x, bounds.y, bounds.width, bounds.height, true);
}
Draw.reset();