This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Fix FramebufferWidget call to drawFramebuffer().
tags/v1.0.0
Andrew Belt
5 years ago
parent
e35cb23d69
commit
e1bb26e793
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/widget/FramebufferWidget.cpp
+ 1
- 0
src/widget/FramebufferWidget.cpp
View File
@@ -118,6 +118,7 @@ void FramebufferWidget::drawFramebuffer() {
DrawArgs args;
args.vg = vg;
args.clipBox = box.zeroPos();
Widget::draw(args);
glViewport(0.0, 0.0, fbSize.x, fbSize.y);
Write
Preview
Loading…
Cancel
Save