mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
Various windows compile fixes
This commit is contained in:
@@ -22,7 +22,7 @@ private:
|
||||
/*u32 x24_; */
|
||||
CMaterialList x28_material;
|
||||
public:
|
||||
CRayCastResult();
|
||||
CRayCastResult() = default;
|
||||
CRayCastResult(const CRayCastResult& other, EInvalid invalid)
|
||||
: x0_time(other.x0_time),
|
||||
x4_point(other.x4_point),
|
||||
|
||||
Reference in New Issue
Block a user