From ca090c78a2681f5b9b11c43639ebcbf3390b50ea Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Thu, 22 Mar 2018 15:06:19 +0200 Subject: [PATCH] nvg and blendish: cosmetix --- nanovega.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanovega.d b/nanovega.d index b208825..e29bdec 100644 --- a/nanovega.d +++ b/nanovega.d @@ -6044,7 +6044,7 @@ public bool hitTestCurrFill (NVGContext ctx, in float x, in float y) nothrow @tr return (nvg__pointInBounds(x, y, pp.bounds) ? nvg__pickPath(ps, pp, x, y) : false); } -alias isPointInPath = hitTestCurrFill; /// Ditto. +public alias isPointInPath = hitTestCurrFill; /// Ditto. /// Returns `true` if the given point is within the stroke of the currently defined path. /// This operation can be done before rasterizing the current path.