Browse Source

GL: don't use // comments.

Those are reserved for temporary TODOs and debugging, not meant to stay
there forever.
pull/499/head
Vladimír Vondruš 3 years ago
parent
commit
569e4944ec
  1. 2
      src/Magnum/GL/Test/AbstractShaderProgramGLTest.cpp

2
src/Magnum/GL/Test/AbstractShaderProgramGLTest.cpp

@ -287,7 +287,7 @@ void AbstractShaderProgramGLTest::create() {
MAGNUM_VERIFY_NO_GL_ERROR();
CORRADE_VERIFY(linked);
// Some drivers need a bit of time to update this result
/* Some drivers need a bit of time to update this result */
Utility::System::sleep(200);
CORRADE_VERIFY(program.isLinkFinished());
{

Loading…
Cancel
Save