Browse Source

Fixed compiler warning.

pull/7/head
Vladimír Vondruš 14 years ago
parent
commit
1437043c62
  1. 2
      src/Context.h

2
src/Context.h

@ -70,7 +70,7 @@ enum class Version: GLint {
* equivalent to @ref Version "Version::GL430".
*/
#ifndef MAGNUM_TARGET_GLES
GLES300 = 430,
GLES300 = 430
#else
GLES300 = 300
#endif

Loading…
Cancel
Save