Browse Source

fixed indentation error

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

+ 1 - 1
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);
             }