This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
43
Activity
Browse Source
1 more
tags/1.9.4
falkTX
11 years ago
parent
53a7e394ef
commit
d806410560
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
source/modules/dgl/src/pugl/pugl_win.cpp
+ 0
- 2
source/modules/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