Minor modification.
This commit is contained in:
parent
fc08a25f69
commit
9c5f208297
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user