mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-20 01:37:59 -05:00
Merge pull request #280 from saturday06/fix/typo_embedded
Fix typo (Base64Embedded)
This commit is contained in:
commit
58e20856e3
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user