Browse Source

GL: fix misleading #error message.

pull/299/head
Vladimír Vondruš 8 years ago
parent
commit
db747cad38
  1. 2
      src/Magnum/GL/TimeQuery.h

2
src/Magnum/GL/TimeQuery.h

@ -186,7 +186,7 @@ typedef CORRADE_DEPRECATED("use GL::TimeQuery instead") Magnum::GL::TimeQuery Ti
} }
#else #else
#error this header is not available in WebGL 1.0 build #error this header is not available in WebGL build
#endif #endif
#endif #endif

Loading…
Cancel
Save