1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-03-25 22:19:52 -04:00

Match LegoAnimPresenterSetCompare comparison ()

This commit is contained in:
Christian Semmler 2025-03-16 14:58:48 -07:00 committed by GitHub
parent e9467864d8
commit a301f84566
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ struct LegoPathActorSetCompare {
};
struct LegoAnimPresenterSetCompare {
MxBool operator()(const LegoAnimPresenter* p_lhs, const LegoAnimPresenter* p_rhs) const
MxU32 operator()(const LegoAnimPresenter* p_lhs, const LegoAnimPresenter* p_rhs) const
{
return (COMPARE_POINTER_TYPE) p_lhs < (COMPARE_POINTER_TYPE) p_rhs;
}