bugfix: sometimes perspective returns null, I assume because object culled?
This commit is contained in:
@@ -271,6 +271,11 @@ public class FoundryOverlay3D extends Overlay
|
|||||||
stageLoc = new LocalPoint(stageLoc.getX(), stageLoc.getY());
|
stageLoc = new LocalPoint(stageLoc.getX(), stageLoc.getY());
|
||||||
|
|
||||||
Point pos = Perspective.getCanvasTextLocation(client, graphics, stageLoc, text, 50);
|
Point pos = Perspective.getCanvasTextLocation(client, graphics, stageLoc, text, 50);
|
||||||
|
if (pos == null)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
Color color = config.lavaWaterfallColour();
|
Color color = config.lavaWaterfallColour();
|
||||||
|
|
||||||
OverlayUtil.renderTextLocation(graphics, pos, text, color);
|
OverlayUtil.renderTextLocation(graphics, pos, text, color);
|
||||||
|
|||||||
Reference in New Issue
Block a user