Fix typo (Base64Embedded)

This commit is contained in:
Isamu Mogi 2019-06-06 22:48:36 +09:00
parent ec644b635a
commit 99d3707c5b

View File

@ -247,7 +247,7 @@ namespace UniGLTF
{
if (image.uri.StartsWith("data:"))
{
textureName = !string.IsNullOrEmpty(image.name) ? image.name : string.Format("{0:00}#Base64Embeded", imageIndex);
textureName = !string.IsNullOrEmpty(image.name) ? image.name : string.Format("{0:00}#Base64Embedded", imageIndex);
}
else
{