mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 10:27:40 +00:00
@@ -73,7 +73,8 @@ public:
|
||||
float GetZ() const { return z; }
|
||||
const CVector3f& GetImaginary() const {
|
||||
// TODO: hack! has a Vector3f field?
|
||||
return *reinterpret_cast<const CVector3f*>(&x); }
|
||||
return *reinterpret_cast<const CVector3f*>(&x);
|
||||
}
|
||||
|
||||
private:
|
||||
float w;
|
||||
|
||||
Reference in New Issue
Block a user