Browse Source

Removed __declspec(align(16)) committed by mistake #91

Christophe Riccio 12 years ago
parent
commit
dbb0e5a312
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/core/type_vec4.hpp

+ 1 - 1
glm/core/type_vec4.hpp

@@ -37,7 +37,7 @@ namespace glm{
 namespace detail
 {
 	template <typename T, precision P>
-	struct __declspec(align(16)) tvec4
+	struct tvec4
 	{
 		enum ctor{_null};