mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-26 21:04:14 -05:00
Fix bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user