diff options
Diffstat (limited to 'src/KingSystem/Physics/Cloth/physClothParam.cpp')
| -rw-r--r-- | src/KingSystem/Physics/Cloth/physClothParam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Physics/Cloth/physClothParam.cpp b/src/KingSystem/Physics/Cloth/physClothParam.cpp index f8ec69aa..79acffb6 100644 --- a/src/KingSystem/Physics/Cloth/physClothParam.cpp +++ b/src/KingSystem/Physics/Cloth/physClothParam.cpp @@ -17,7 +17,7 @@ bool ClothSetParam::parse(const agl::utl::ResParameterList& res_list, sead::Heap if (!res_list) return false; - cloth_header_obj.applyResParameterObj(res_list.getResParameterObj(0), nullptr); + cloth_header_obj.applyResParameterObj(res_list.getResParameterObj(0)); const int num_cloths = cloth_num.ref(); if (num_cloths <= 0) |
