fixed indentation error
parent
49bc22ddb5
commit
95d98ec98b
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue