mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 10:27:40 +00:00
@@ -16,7 +16,7 @@ public:
|
||||
};
|
||||
|
||||
float GetTime() const { return x0_t; }
|
||||
bool IsValid() const { return x20_valid == kI_Valid; }
|
||||
bool IsValid() const { return x20_valid != kI_Invalid; }
|
||||
// TODO: figure out what's going on here
|
||||
bool IsInvalid() const { return x20_valid == kI_Invalid; }
|
||||
// GetPlane__14CRayCastResultCFv
|
||||
|
||||
Reference in New Issue
Block a user