diff options
| author | Léo Lam <leo@leolam.fr> | 2021-04-23 19:45:14 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-04-23 19:45:14 +0200 |
| commit | c6630576bb64050852c3bef061ae815caab2aecb (patch) | |
| tree | ff2758b3e6b6197318071dcb2a8b48ee32e2cc3a /src/KingSystem/Physics/System/physContactInfoParam.cpp | |
| parent | 97e9bad1af76c4acabb8a33404944ac1bc3d707a (diff) | |
Simplify agl::utl::IParameterObj::applyResParameterObj calls
Diffstat (limited to 'src/KingSystem/Physics/System/physContactInfoParam.cpp')
| -rw-r--r-- | src/KingSystem/Physics/System/physContactInfoParam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Physics/System/physContactInfoParam.cpp b/src/KingSystem/Physics/System/physContactInfoParam.cpp index e7f13709..a7b3e69e 100644 --- a/src/KingSystem/Physics/System/physContactInfoParam.cpp +++ b/src/KingSystem/Physics/System/physContactInfoParam.cpp @@ -15,7 +15,7 @@ bool ContactInfoParam::parse(const agl::utl::ResParameterList& res_list, sead::H if (!res_list || res_list.getResParameterObjNum() < 1) return false; - obj.applyResParameterObj(res_list.getResParameterObj(0), nullptr); + obj.applyResParameterObj(res_list.getResParameterObj(0)); const int num_contact_point_info = *contact_point_info_num; const int num_collision_info = *collision_info_num; |
