From 1cd5841b2f331ba630d7a873a4e59dbf3449d711 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 18 Nov 2022 17:24:37 +0200 Subject: [PATCH] . --- code/AssetLib/glTF2/glTF2AssetWriter.inl | 1 + 1 file changed, 1 insertion(+) diff --git a/code/AssetLib/glTF2/glTF2AssetWriter.inl b/code/AssetLib/glTF2/glTF2AssetWriter.inl index c57603bb0..de1e25fc1 100644 --- a/code/AssetLib/glTF2/glTF2AssetWriter.inl +++ b/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) {