Explorar o código

Merge git://github.com/assimp/assimp

Rodrigo Benenson %!s(int64=12) %!d(string=hai) anos
pai
achega
4ccf4c751a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/assimp/types.h

+ 1 - 1
include/assimp/types.h

@@ -178,7 +178,7 @@ struct aiColor3D
 
 	/** Component-wise subtraction */
 	aiColor3D operator-(const aiColor3D& c) const {
-		return aiColor3D(r+c.r,g+c.g,b+c.b);
+		return aiColor3D(r-c.r,g-c.g,b-c.b);
 	}
 
 	/** Component-wise multiplication */