This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Revert 1 testing change
Signed-off-by: falkTX <falktx@falktx.com>
pull/327/head
falkTX
4 years ago
parent
6ccd50f0a8
commit
1606091b33
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dgl/src/nanovg/nanovg.c
+ 1
- 1
dgl/src/nanovg/nanovg.c
View File
@@ -953,7 +953,7 @@ NVGpaint nvgImagePattern(NVGcontext* ctx,
p.image = image;
p.innerColor = p.outerColor = nvgRGBAf(1
23,244
,1,alpha);
p.innerColor = p.outerColor = nvgRGBAf(1
,1
,1,alpha);
return p;
}
Write
Preview
Loading…
Cancel
Save