|
@@ -113,7 +113,7 @@ class HMDOut extends BaseLibrary {
|
|
var ret = try Sys.command("mikktspace",[fileName,outFile]) catch( e : Dynamic ) -1;
|
|
var ret = try Sys.command("mikktspace",[fileName,outFile]) catch( e : Dynamic ) -1;
|
|
if( ret != 0 ) {
|
|
if( ret != 0 ) {
|
|
sys.FileSystem.deleteFile(fileName);
|
|
sys.FileSystem.deleteFile(fileName);
|
|
- throw "Failed to called 'mikktspace' executable required to generate tangent data. Please ensure it's in your PATH";
|
|
|
|
|
|
+ throw "Failed to call 'mikktspace' executable required to generate tangent data. Please ensure it's in your PATH";
|
|
}
|
|
}
|
|
var bytes = sys.io.File.getBytes(outFile);
|
|
var bytes = sys.io.File.getBytes(outFile);
|
|
var arr = [];
|
|
var arr = [];
|
|
@@ -878,4 +878,4 @@ class HMDOut extends BaseLibrary {
|
|
return d;
|
|
return d;
|
|
}
|
|
}
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|