diff options
| author | lepelog <25211966+lepelog@users.noreply.github.com> | 2026-06-28 13:09:28 +0200 |
|---|---|---|
| committer | lepelog <25211966+lepelog@users.noreply.github.com> | 2026-06-28 13:10:42 +0200 |
| commit | 536ebcf564464ef680b4758e51a7fbaff73629f4 (patch) | |
| tree | d3a7d5439022d15e5af7ab199ee1ebf6f435d2e1 /include | |
| parent | 2f3d3dc4f6cd68c325838e2ae01be707d0e3463a (diff) | |
98%
Diffstat (limited to 'include')
| -rw-r--r-- | include/toBeSorted/d_unk_mdl_stuff_2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toBeSorted/d_unk_mdl_stuff_2.h b/include/toBeSorted/d_unk_mdl_stuff_2.h index 0820b17e..bac3f060 100644 --- a/include/toBeSorted/d_unk_mdl_stuff_2.h +++ b/include/toBeSorted/d_unk_mdl_stuff_2.h @@ -61,7 +61,7 @@ public: } bool create(nw4r::g3d::ResMat mat, nw4r::g3d::ResShp shp, s32 count, mHeapAllocator_c *alloc, bool xlu, u32 *pSize); - bool create(s32 count, nw4r::g3d::ResMdl mdl, mHeapAllocator_c *alloc, bool xlu, u32 *pSize) { + bool create(nw4r::g3d::ResMdl mdl, s32 count, mHeapAllocator_c *alloc, bool xlu, u32 *pSize) { return create(mdl.GetResMat(0), mdl.GetResShp(0), count, alloc, xlu, pSize); } void draw(); |
