diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-03-14 01:46:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-14 04:46:21 -0400 |
| commit | 60748d0924e29c315a5402429a9d71fcc7615cd9 (patch) | |
| tree | 83137c55f81a2072fab5054ee9f3d86cfff7f2f9 /src/d/actor/d_a_obj_glowSphere.cpp | |
| parent | 34c5d8272e8ac93d20ab68e7632c7ed862dd67f1 (diff) | |
b_dr equivalent, update dtk-template (#2327)
* d_a_tag_allmato almost done
* d_a_swhit0 done
* some SSystem cleanup
* treesh done
* swball done, some other rel cleanup
* b_dr equivalent
* update dtk-template
* rename j3dframectrl mode enum
Diffstat (limited to 'src/d/actor/d_a_obj_glowSphere.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_glowSphere.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_glowSphere.cpp b/src/d/actor/d_a_obj_glowSphere.cpp index 9b2cf0f0fe..e118b93821 100644 --- a/src/d/actor/d_a_obj_glowSphere.cpp +++ b/src/d/actor/d_a_obj_glowSphere.cpp @@ -100,11 +100,11 @@ int daGlwSph_c::CreateHeap() { } J3DAnmTevRegKey* brk = (J3DAnmTevRegKey*)dComIfG_getObjectRes("glwSphere", 8); - int res = mBrk.init(modelData, brk, TRUE, J3DFrameCtrl::LOOP_REPEAT_e, 1.0f, 0, -1); + int res = mBrk.init(modelData, brk, TRUE, J3DFrameCtrl::EMode_LOOP, 1.0f, 0, -1); JUT_ASSERT(0x106, res == 1); J3DAnmTextureSRTKey* btk = (J3DAnmTextureSRTKey*)dComIfG_getObjectRes("glwSphere", 11); - res = mBtk.init(modelData, btk, TRUE, J3DFrameCtrl::LOOP_REPEAT_e, 1.0f, 0, -1); + res = mBtk.init(modelData, btk, TRUE, J3DFrameCtrl::EMode_LOOP, 1.0f, 0, -1); JUT_ASSERT(0x10F, res == 1); return 1; |
