From e77f841d351a2623490acdf0913eaf8f97f844d2 Mon Sep 17 00:00:00 2001 From: hatal175 Date: Mon, 29 Dec 2025 14:12:01 +0200 Subject: Work on d_cc_d debug (#3002) --- src/d/actor/d_a_obj_iceleaf.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/d/actor/d_a_obj_iceleaf.cpp') diff --git a/src/d/actor/d_a_obj_iceleaf.cpp b/src/d/actor/d_a_obj_iceleaf.cpp index e5fd929932..f146c0da91 100644 --- a/src/d/actor/d_a_obj_iceleaf.cpp +++ b/src/d/actor/d_a_obj_iceleaf.cpp @@ -83,10 +83,12 @@ static dCcD_SrcCyl l_cyl_src = { {0x0}, // mGObjCo }, // mObjInf { - {0.0f, 0.0f, 0.0f}, // mCenter - 50.0f, // mRadius - 100.0f // mHeight - } // mCyl + { + {0.0f, 0.0f, 0.0f}, // mCenter + 50.0f, // mRadius + 100.0f // mHeight + } // mCyl + } }; int daObjIceLeaf_c::Create() { -- cgit v1.2.3