Skip to content

Commit

Permalink
Merge pull request #5855 from AnalyticalGraphicsInc/gltf-pipeline-upd…
Browse files Browse the repository at this point in the history
…ateVersion

Fix copy-paste error in updateVersion
  • Loading branch information
lilleyse authored Sep 28, 2017
2 parents b59f527 + ee3b656 commit c5a627c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ThirdParty/GltfPipeline/updateVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ define([
compressedImage.mimeType = compressedBinaryGltf.mimeType;
delete compressedExtensions.KHR_binary_glTF;
}
if (Object.keys(extensions).length === 0) {
if (Object.keys(compressedExtensions).length === 0) {
delete compressedImage.extensions;
}
}
Expand Down

0 comments on commit c5a627c

Please sign in to comment.