Fixed space characters

This commit is contained in:
Christophe Riccio 2013-05-10 21:37:20 +02:00
parent a2583caa0f
commit 1b3d5cd378
4 changed files with 14 additions and 14 deletions

View File

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