Browse Source

Disable bevel

master
Andrew Belt 7 years ago
parent
commit
383f24f6ed
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      blendish.h

+ 2
- 0
blendish.h View File

@@ -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;


Loading…
Cancel
Save