Christophe Riccio 15 years ago
parent
commit
ef0759ab21
1 changed files with 1 additions and 0 deletions
  1. 1 0
      glm/gtx/transform2.inl

+ 1 - 0
glm/gtx/transform2.inl

@@ -170,6 +170,7 @@ namespace transform2
 		result[0][0] = scale;
 		result[1][1] = scale;
 		result[2][2] = scale;
+		return result;
 	}
 
 	template <typename T>