mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-13 07:26:09 +00:00
CCharAnimTime: Fix operator== between Infinity
This commit is contained in:
@@ -51,7 +51,7 @@ bool CCharAnimTime::operator==(const CCharAnimTime& other) const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (other.x4_type == EType::Infinity)
|
if (other.x4_type == EType::Infinity)
|
||||||
return x0_time * other.x0_time < 0.f;
|
return x0_time * other.x0_time > 0.f;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user