diff --git a/Runtime/Character/CCharAnimTime.cpp b/Runtime/Character/CCharAnimTime.cpp index 6d3d0eea1..0a6d4f26b 100644 --- a/Runtime/Character/CCharAnimTime.cpp +++ b/Runtime/Character/CCharAnimTime.cpp @@ -51,7 +51,7 @@ bool CCharAnimTime::operator==(const CCharAnimTime& other) const { } if (other.x4_type == EType::Infinity) - return x0_time * other.x0_time < 0.f; + return x0_time * other.x0_time > 0.f; return false; }