mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Bug fixes and CGuiFrame mouse events
This commit is contained in:
@@ -30,7 +30,7 @@ bool CCharAnimTime::operator==(const CCharAnimTime& other) const {
|
||||
if (x4_type == EType::NonZero) {
|
||||
if (other.x4_type == EType::NonZero)
|
||||
return x0_time == other.x0_time;
|
||||
return !other.EqualsZero();
|
||||
return false;
|
||||
}
|
||||
|
||||
if (EqualsZero()) {
|
||||
|
||||
Reference in New Issue
Block a user