Explorar el Código

Fixed clang test build

Christophe Riccio hace 8 años
padre
commit
cef33d74c5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/gtc/gtc_type_aligned.cpp

+ 1 - 0
test/gtc/gtc_type_aligned.cpp

@@ -142,6 +142,7 @@ int main()
 	std::size_t C1 = sizeof(glm::aligned_vec4);
 	std::size_t C1 = sizeof(glm::aligned_vec4);
 
 
 	Error += test_ctor();
 	Error += test_ctor();
+	Error += test_copy();
 
 
 	return Error;
 	return Error;
 }
 }