~hp/nk_pugl

f1fd7fee24fda29536593029b9617c64d463ee65 — Hanspeter Portner 11 months ago 2e521e3 + 617300d
Merge commit '617300d4f651cdfeb1dd0e967151881c2d2a1b57'
1 files changed, 2 insertions(+), 2 deletions(-)

M nuklear/nuklear.h
M nuklear/nuklear.h => nuklear/nuklear.h +2 -2
@@ 12305,7 12305,7 @@ NK_INTERN void
nk_tt__h_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes,
    int kernel_width)
{
    unsigned char buffer[NK_TT_MAX_OVERSAMPLE];
    unsigned char buffer[NK_TT_MAX_OVERSAMPLE + 4];
    int safe_w = w - kernel_width;
    int j;



@@ 12369,7 12369,7 @@ NK_INTERN void
nk_tt__v_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes,
    int kernel_width)
{
    unsigned char buffer[NK_TT_MAX_OVERSAMPLE];
    unsigned char buffer[NK_TT_MAX_OVERSAMPLE + 4];
    int safe_h = h - kernel_width;
    int j;