Merge pull request #660 from ousttrue/fix/tiling_import

fix tiling import
This commit is contained in:
hiroj
2021-01-14 17:52:29 +09:00
committed by GitHub

View File

@@ -73,7 +73,7 @@ namespace UniGLTF
public static bool TryGet(glTFTextureInfo info, out glTF_KHR_texture_transform t)
{
if (info != null && info.extras is glTFExtensionImport imported)
if (info != null && info.extensions is glTFExtensionImport imported)
{
foreach (var kv in imported.ObjectItems())
{