mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 02:27:42 +00:00
Buckets::Sort implementation
This commit is contained in:
@@ -8,7 +8,8 @@ namespace urde
|
||||
{
|
||||
class CDrawablePlaneObject : public CDrawable
|
||||
{
|
||||
u16 x24_extraSort2;
|
||||
friend class Buckets;
|
||||
u16 x24_targetBucket;
|
||||
float x28_something;
|
||||
zeus::CPlane x2c_plane;
|
||||
bool x3c_24 : 1;
|
||||
@@ -16,7 +17,7 @@ class CDrawablePlaneObject : public CDrawable
|
||||
public:
|
||||
CDrawablePlaneObject(EDrawableType dtype, float dist, float something, const zeus::CAABox& aabb,
|
||||
bool b1, const zeus::CPlane& plane, bool b2, const void* data)
|
||||
: CDrawable(dtype, 0, dist, aabb, data), x24_extraSort2(0), x28_something(something),
|
||||
: CDrawable(dtype, 0, dist, aabb, data), x24_targetBucket(0), x28_something(something),
|
||||
x2c_plane(plane) {x3c_24 = b1; x3c_25 = b2;}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user