Adam 2 years ago
parent
commit
1cd5841b2f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/AssetLib/glTF2/glTF2AssetWriter.inl

+ 1 - 0
code/AssetLib/glTF2/glTF2AssetWriter.inl

@@ -435,6 +435,7 @@ namespace glTF2 {
 
             if (!materialSpecular.ObjectEmpty()) {
                 exts.AddMember("KHR_materials_specular", materialSpecular, w.mAl);
+            }
         }
 
         if (m.materialSheen.isPresent) {