Merge pull request #2317 from saturday06/fix-collider-export-unreachable-code

コライダーエクスポート時の "Unreachable code detected" 警告に対応
This commit is contained in:
ousttrue 2024-06-14 13:28:26 +09:00 committed by GitHub
commit 4491eccd55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -381,7 +381,6 @@ namespace UniVRM10
};
break;
}
break;
}
return shape;
}