Merge pull request #280 from saturday06/fix/typo_embedded

Fix typo (Base64Embedded)
This commit is contained in:
hiroj 2019-12-13 22:44:50 +09:00 committed by GitHub
commit 58e20856e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,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
{