Minor modification.

This commit is contained in:
kovacsv 2021-12-03 15:31:16 +01:00
parent fc08a25f69
commit 9c5f208297

View File

@ -51,7 +51,6 @@ OV.ExporterGltf = class extends OV.ExporterBase
if (fileNameToIndex.has (fileName)) {
return fileNameToIndex.get (fileName);
} else {
let textureFile = new OV.ExportedFile (fileName);
textureFile.SetBufferContent (texture.buffer);
files.push (textureFile);