This commit is contained in:
Masataka SUMI
2021-05-25 17:57:40 +09:00
parent a3def4974f
commit 68c8fed9dd

View File

@@ -58,7 +58,10 @@ namespace UniGLTF
Textures.Add(key, targetPath);
}
throw new Exception($"{texture} is not converted.");
else
{
throw new Exception($"{texture} is not converted.");
}
}
/// <summary>