mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-23 11:05:29 -05:00
error message
This commit is contained in:
@@ -438,7 +438,7 @@ namespace UniGLTF
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new ArgumentException($"no {nameof(T)}");
|
||||
throw new ArgumentException($"no {typeof(T)}");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -450,7 +450,7 @@ namespace UniGLTF
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new ArgumentException($"no {nameof(T)}");
|
||||
throw new ArgumentException($"no {typeof(T)}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user