This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
oui-blendish
mirror of
https://github.com/VCVRack/oui-blendish.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Remove bevel inset
master
Andrew Belt
7 years ago
parent
383f24f6ed
commit
b706620102
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save