Fix for model uploading to work

Fix for model uploading to work. The deleted elements were causing an
error when trying to upload models.
This commit is contained in:
Chris Collins 2014-12-23 11:01:25 -08:00
parent 369b5d2f80
commit e105ba61e8

View file

@ -274,19 +274,11 @@ modelUploader = (function () {
}
}
if (view.string(0, 18) === "Kaydara FBX Binary") {
previousNodeFilename = "";
index = 27;
while (index < view.byteLength - 39 && !EOF) {
parseBinaryFBX();
}
} else {
readTextFBX();
}
}
function readModel() {