summaryrefslogtreecommitdiff
path: root/src/d/d_material.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-17 16:21:46 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-17 16:21:46 -0400
commitb97eeed779b9fb2bfcad07c650b2d4d09e88a9c9 (patch)
treee8127b28a6aee42a5f260dbd9c0c387659a0781d /src/d/d_material.cpp
parent90a8e2db65ad09fe48a03f504302e8dc1f9c77c6 (diff)
Rename J3DFrameCtrl loop mode enum
See https://github.com/zeldaret/tp/pull/2327/commits/2a284165cf35a2324d36d825add5c06ffa864398
Diffstat (limited to 'src/d/d_material.cpp')
-rw-r--r--src/d/d_material.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_material.cpp b/src/d/d_material.cpp
index 26813d5f..d5a6abac 100644
--- a/src/d/d_material.cpp
+++ b/src/d/d_material.cpp
@@ -23,7 +23,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::LOOP_REPEAT_e, 1.0f, 0, -1, false, 0);
+ int rt = mBtkAnm.init(mMaterialTable, param_2, TRUE, J3DFrameCtrl::EMode_LOOP, 1.0f, 0, -1, false, 0);
JUT_ASSERT(98, rt != FALSE);
mBtkAnm.entry(mMaterialTable, mBtkAnm.getFrameCtrl()->getFrame());
}