grounditems: Render ground items tile overlay at correct height (#12586)
This commit is contained in:
@@ -210,7 +210,7 @@ public class GroundItemsOverlay extends Overlay
|
||||
|
||||
if (config.highlightTiles())
|
||||
{
|
||||
final Polygon poly = Perspective.getCanvasTilePoly(client, groundPoint);
|
||||
final Polygon poly = Perspective.getCanvasTilePoly(client, groundPoint, item.getHeight());
|
||||
|
||||
if (poly != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user