Browse Source

Fixed build

Christophe Riccio 9 years ago
parent
commit
bcc6879b4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/gtc/color_encoding.inl

+ 1 - 1
glm/gtc/color_encoding.inl

@@ -40,7 +40,7 @@ namespace glm
 		tvec3<T, P> const N();
 		tvec3<T, P> const N();
 		tvec3<T, P> const O();
 		tvec3<T, P> const O();
 
 
-		return M * ColorD65XYZ + N * ColorD65XYZ + O * ColorD65XYZ;
+		return M * ColorD50XYZ + N * ColorD50XYZ + O * ColorD50XYZ;
 	}
 	}
 
 
 	template <typename T, precision P>
 	template <typename T, precision P>