Browse Source

Remove bevel inset

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

+ 2
- 0
blendish.h View File

@@ -1993,6 +1993,8 @@ void bndBevel(NVGcontext *ctx, float x, float y, float w, float h) {

void bndBevelInset(NVGcontext *ctx, float x, float y, float w, float h,
float cr2, float cr3) {
// Disable bevel
return;
float d;
y -= 0.5f;


Loading…
Cancel
Save