ksys/phys: Remove obsolete comment

This commit is contained in:
Léo Lam 2022-01-07 18:57:20 +01:00
parent 0942d668a9
commit 17a5192490
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
namespace ksys::phys {
// NON_MATCHING
RigidBody::RigidBody(u32 a, u32 mass_scaling, hkpRigidBody* hk_body, const sead::SafeString& name,
sead::Heap* heap, bool a7)
: mCS(heap), mHkBody(hk_body), mHkBodyMgr(hk_body), _b4(a) {