mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
Fixes in preparation for rigged model rendering
This commit is contained in:
@@ -146,7 +146,7 @@ bool CCharAnimTime::operator <(const CCharAnimTime& other) const
|
||||
{
|
||||
if (m_type == Type::Infinity)
|
||||
return m_time < 0.f && other.m_time > 0.f;
|
||||
return m_time < 0.f;
|
||||
return m_time < other.m_time;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user