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
1 more
gh-pages
falkTX
10 years ago
parent
f9baf9a23d
commit
21a46c80d6
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
dgl/src/pugl/pugl_win.cpp
+ 0
- 2
dgl/src/pugl/pugl_win.cpp
View File
@@ -168,8 +168,6 @@ void
puglDisplay(PuglView* view)
{
wglMakeCurrent(view->impl->hdc, view->impl->hglrc);
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
glLoadIdentity();
if (view->displayFunc) {
view->displayFunc(view);
Write
Preview
Loading…
Cancel
Save