mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-12 13:59:21 -05:00
コライダーエクスポート時の "Unreachable code detected" 警告に対応
次の警告が発生していました。 ``` UniVRM/Assets/VRM10/Runtime/IO/Vrm10Exporter.cs(384,21): warning CS0162: Unreachable code detected ``` 冗長なbreakが存在していたため、削除しました。
This commit is contained in:
@@ -381,7 +381,6 @@ namespace UniVRM10
|
||||
};
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
return shape;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user