mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-30 06:38:11 +07:00
Fixed issue where render bounds rect was incorrect color
This commit is contained in:
@ -508,8 +508,8 @@ public class MapRenderer {
|
||||
shapes.rect(
|
||||
tpx - renderWidth / 2 + Tile.WIDTH50,
|
||||
tpy - renderHeight / 2 + Tile.HEIGHT50 + renderHeight,
|
||||
renderWidth, 96);
|
||||
shapes.setColor(Color.GRAY);*/
|
||||
renderWidth, 96);*/
|
||||
shapes.setColor(Color.GRAY);
|
||||
shapes.rect(
|
||||
tpx - renderWidth / 2 + Tile.WIDTH50,
|
||||
tpy - renderHeight / 2 + Tile.HEIGHT50,
|
||||
|
Reference in New Issue
Block a user