From 383f24f6ed41facf25eda0d32b0f6bc9aee96e53 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 17 Mar 2018 10:22:00 -0400 Subject: [PATCH] Disable bevel --- blendish.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blendish.h b/blendish.h index c9a97d4..a78b42e 100644 --- a/blendish.h +++ b/blendish.h @@ -1965,6 +1965,8 @@ NVGcolor bndOffsetColor(NVGcolor color, int delta) { } void bndBevel(NVGcontext *ctx, float x, float y, float w, float h) { + // Disable bevel + return; nvgStrokeWidth(ctx, 1); x += 0.5f;