Commit c9244a03 authored by Yuri Kunde Schlesner's avatar Yuri Kunde Schlesner
Browse files

Qt: Silence a bogus warning printed when using the debug runtime

The Qt debug runtime prints a bogus warning on the console if you
haven't called makeCurrent since the last time you called swapBuffers.
This presumably means something if you're using QGLWidget the "regular"
way, but in our multi-threaded use case is harmless since we never call
doneCurrent in the rendering thread.
parent a7946f90
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment