grounditems: Render ground items tile overlay at correct height (#12586)

This commit is contained in:
Joona
2020-10-23 20:15:01 +03:00
committed by GitHub
parent 4dd413bf63
commit 0b221d3121
2 changed files with 37 additions and 5 deletions

View File

@@ -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)
{