Browse Source

Reverse #257, breaking many vec4 types size (i8vec4, u16vec4 etc)

Christophe Riccio 11 years ago
parent
commit
f09888a090
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/detail/type_vec4.hpp

+ 1 - 1
glm/detail/type_vec4.hpp

@@ -67,7 +67,7 @@ namespace detail
 }//namespace detail
 
 	template <typename T, precision P = defaultp>
-	GLM_ALIGNED_STRUCT(16) tvec4
+	struct tvec4
 	{
 		//////////////////////////////////////
 		// Implementation detail