mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
d_cam_style: Fix excessive float precision
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user