summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_mirror_sand.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-03-14 01:46:21 -0700
committerGitHub <noreply@github.com>2025-03-14 04:46:21 -0400
commit60748d0924e29c315a5402429a9d71fcc7615cd9 (patch)
tree83137c55f81a2072fab5054ee9f3d86cfff7f2f9 /src/d/actor/d_a_obj_mirror_sand.cpp
parent34c5d8272e8ac93d20ab68e7632c7ed862dd67f1 (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_mirror_sand.cpp')
-rw-r--r--src/d/actor/d_a_obj_mirror_sand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_mirror_sand.cpp b/src/d/actor/d_a_obj_mirror_sand.cpp
index 964584cc35..3a5b2365b9 100644
--- a/src/d/actor/d_a_obj_mirror_sand.cpp
+++ b/src/d/actor/d_a_obj_mirror_sand.cpp
@@ -26,7 +26,7 @@ int daObjMirrorSand_c::createHeap() {
speed = 0.0f;
}
- if (mpBck == NULL || !mpBck->init(bck, FALSE, J3DFrameCtrl::LOOP_ONCE_e, speed, 0, -1, false)) {
+ if (mpBck == NULL || !mpBck->init(bck, FALSE, J3DFrameCtrl::EMode_NONE, speed, 0, -1, false)) {
return 0;
}