Fixed space characters

master
Christophe Riccio ago%!(EXTRA string=12 years)
parent a2583caa0f
commit 1b3d5cd378
  1. 4
      glm/core/precision.hpp

@ -33,9 +33,9 @@ namespace glm
{
enum precision
{
lowp,
highp,
mediump,
highp
lowp
};
}//namespace glm

Loading…
Cancel
Save