Skip to content
Snippets Groups Projects
Commit 6fe04773 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: Tentative correction for black viewer

parent 352214ec
No related branches found
No related tags found
No related merge requests found
......@@ -285,9 +285,9 @@ ImageWidgetBase<TPixel>
{
#ifndef MESA
glDrawBuffer(GL_FRONT_AND_BACK);
#endif // !MESA
// #ifndef MESA
// glDrawBuffer(GL_FRONT_AND_BACK);
// #endif // !MESA
// otbMsgDebugMacro(<<"Draw");
......@@ -420,9 +420,9 @@ ImageWidgetBase<TPixel>
#ifndef MESA
glDrawBuffer(GL_BACK);
#endif // !MESA
// #ifndef MESA
// glDrawBuffer(GL_BACK);
// #endif // !MESA
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment