Browse Source

Platform: I messed up.

pull/432/merge
Vladimír Vondruš 6 years ago
parent
commit
b81f78f990
  1. 2
      src/Magnum/Platform/WindowlessEglApplication.cpp

2
src/Magnum/Platform/WindowlessEglApplication.cpp

@ -166,7 +166,7 @@ WindowlessEglContext::WindowlessEglContext(const Configuration& configuration, G
Error{} << "Platform::WindowlessEglApplication::tryCreateContext(): cannot get platform display for a device:" << Implementation::eglErrorString(eglGetError());
return;
}
}
} else
/* Otherwise initialize the classic way. WebGL doesn't have any of the
above, so no need to compile that at all. */
#endif

Loading…
Cancel
Save