From 95d98ec98beb89b2a77390994f2de2b733c85cb5 Mon Sep 17 00:00:00 2001 From: Adam Beili <54665621+Beilinson@users.noreply.github.com> Date: Tue, 8 Nov 2022 20:55:20 +0200 Subject: [PATCH] fixed indentation error --- code/AssetLib/glTF2/glTF2AssetWriter.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/AssetLib/glTF2/glTF2AssetWriter.inl b/code/AssetLib/glTF2/glTF2AssetWriter.inl index 6b776dee9..f09efc35d 100644 --- a/code/AssetLib/glTF2/glTF2AssetWriter.inl +++ b/code/AssetLib/glTF2/glTF2AssetWriter.inl @@ -949,7 +949,7 @@ namespace glTF2 { exts.PushBack(StringRef("KHR_materials_ior"), mAl); } - if (this->mAsset.extensionsUsed.KHR_materials_emissive_strength) { + if (this->mAsset.extensionsUsed.KHR_materials_emissive_strength) { exts.PushBack(StringRef("KHR_materials_emissive_strength"), mAl); }