switch throw

This commit is contained in:
ousttrue
2022-02-16 12:47:10 +09:00
parent 48f666939f
commit c94691ff25

View File

@@ -259,6 +259,9 @@ namespace UniGLTF
}
break;
}
default:
throw new ArgumentOutOfRangeException();
}
}
return result;
@@ -321,6 +324,9 @@ namespace UniGLTF
}
break;
}
default:
throw new ArgumentOutOfRangeException();
}
}
return result;