d_cam_style: Fix excessive float precision

This commit is contained in:
LagoLunatic
2025-05-07 01:47:44 -04:00
parent f690b92d28
commit f064e064eb
2 changed files with 147 additions and 151 deletions
-4
View File
@@ -242,8 +242,6 @@ public:
/* 0xC */ f32 radius;
};
#define fopAc_MakeCullSizeSphere(center, radius) fopAc_cullSizeSphere(center, radius)
struct fopAc_cullSizeBox {
public:
#ifdef __MWERKS__
@@ -267,8 +265,6 @@ public:
/* 0xC */ cXyz max;
};
#define fopAc_MakeCullSizeBox(min, max) fopAc_cullSizeBox(min, max)
class fopAc_ac_c : public leafdraw_class {
public:
/* 0x0C0 */ int actor_type;
+147 -147
View File
File diff suppressed because it is too large Load Diff