summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSebastian Snoer <ssnoer@proton.me>2025-05-26 20:30:04 +0200
committerSebastian Snoer <ssnoer@proton.me>2025-05-26 20:30:04 +0200
commit5105ef985bb707bb385d4b0cebc2b042e5e0975d (patch)
tree461e81faf9d91cb08d6732b46d74c1ed142d0592 /include
parent99e902fd805abc5a2eddb79f296640cc3f65ece8 (diff)
cleanup to use cleaner apis
Diffstat (limited to 'include')
-rw-r--r--include/d/a/obj/d_a_obj_tarzan_pole.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/a/obj/d_a_obj_tarzan_pole.h b/include/d/a/obj/d_a_obj_tarzan_pole.h
index f37d8e5d..819fc342 100644
--- a/include/d/a/obj/d_a_obj_tarzan_pole.h
+++ b/include/d/a/obj/d_a_obj_tarzan_pole.h
@@ -29,8 +29,8 @@ private:
/* 0x334 */ m3d::smdl_c mMdl;
/* 0x350 */ dBgW mBgCollider;
/* 0x560 */ dCcD_Sph mCollider;
- /* 0x6b0 */ mVec3_c mVec; // TODO: Find better name, and figure out it's purpose
- /* 0x6bc */ float mFloat; // TODO: No usage found yet
+ /* 0x6b0 */ mVec3_c mVec; // TODO: Find better name, once we've figured out it's purpose
+ /* 0x6bc */ f32 mFloat; // TODO: No usage found yet
};
#endif