Fixed space characters

master
Christophe Riccio ago%!(EXTRA string=12 years)
parent 4b4f3fbbaa
commit d2c0cf0a93
  1. 2
      glm/core/type_int.hpp

@ -169,7 +169,7 @@ namespace detail
/// Unsigned integer type.
///
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.3 Integers</a>
typedef uint_t uint;
typedef unsigned int uint;
/// @}

Loading…
Cancel
Save