Преглед изворни кода

more explicit error message

ncannasse пре 7 година
родитељ
комит
2fc2857bd4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      hxd/fmt/fbx/Geometry.hx

+ 1 - 1
hxd/fmt/fbx/Geometry.hx

@@ -49,7 +49,7 @@ class Geometry {
 		var vl = getVertices();
 		var vcount = Std.int(vl.length / 3);
 		if( g.getGeomMatrix() != null || this.getGeomMatrix() != null )
-			throw "TODO";
+			throw "Cannot merge models with geometric transform";
 
 		// merge vertices
 		for( v in g.getVertices() )