mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-23 11:05:29 -05:00
if文 間違いを修正
This commit is contained in:
@@ -97,7 +97,7 @@ namespace VRM
|
||||
public IEnumerable<(SubAssetKey, TextureImportParam)> EnumerateTexturesForMaterial(GltfParser parser, int i)
|
||||
{
|
||||
// mtoon
|
||||
if (TryCreateParam(parser, i, out MaterialImportParam param))
|
||||
if (!TryCreateParam(parser, i, out MaterialImportParam param))
|
||||
{
|
||||
// unlit
|
||||
if (!GltfUnlitMaterial.TryCreateParam(parser, i, out param))
|
||||
|
||||
Reference in New Issue
Block a user