api: make getCanvasTilePoly work on multi-tile npcs

This commit is contained in:
Adam
2021-09-04 16:29:46 -04:00
parent adf0d75be8
commit cdbb0a3aa7
3 changed files with 3 additions and 12 deletions

View File

@@ -283,7 +283,7 @@ public interface Actor extends Renderable
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
*/