api: make getCanvasTilePoly work on multi-tile npcs

This commit is contained in:
Adam
2021-09-04 16:29:46 -04:00
committed by Owain van Brakel
parent 376e9648ea
commit 7b65292c12
3 changed files with 3 additions and 12 deletions

View File

@@ -295,7 +295,7 @@ public interface Actor extends Renderable, Locatable
void setSpotAnimFrame(int spotAnimFrame);
/**
* Gets the canvas area of the current tile the actor is standing on.
* Gets the canvas area of the current tiles the actor is standing on.
*
* @return the current tile canvas area
*/