diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-31 22:11:01 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-31 22:11:01 -0400 |
| commit | 207f6e911f4a5074dc0fb72315d889b57a9c97f6 (patch) | |
| tree | be6f99ede8bd375caf734d7aec18304c9de07d5e /src/d/d_material.cpp | |
| parent | 85c97022df04e351477f759fef3a9bd49710b5c8 (diff) | |
Add default arguments to anm init functions to simplify calls
Diffstat (limited to 'src/d/d_material.cpp')
| -rw-r--r-- | src/d/d_material.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_material.cpp b/src/d/d_material.cpp index af9092d0..b64aa3aa 100644 --- a/src/d/d_material.cpp +++ b/src/d/d_material.cpp @@ -24,7 +24,7 @@ void dMat_backup_c::restore() { /* 8006F69C-8006F740 .text create__10dMat_ice_cFP16J3DMaterialTableP19J3DAnmTextureSRTKey */ void dMat_ice_c::create(J3DMaterialTable* param_1, J3DAnmTextureSRTKey* param_2) { mMaterialTable = param_1; - int rt = mBtkAnm.init(mMaterialTable, param_2, TRUE, J3DFrameCtrl::EMode_LOOP, 1.0f, 0, -1, false, 0); + int rt = mBtkAnm.init(mMaterialTable, param_2, TRUE, J3DFrameCtrl::EMode_LOOP); JUT_ASSERT(98, rt != FALSE); mBtkAnm.entry(mMaterialTable); } |
