Skip to content

Commit

Permalink
CUtlRBTree: comment the set less func assert
Browse files Browse the repository at this point in the history
for Entity Manager needs
  • Loading branch information
Wend4r committed Nov 25, 2024
1 parent 1ca78ae commit f300de5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/tier1/utlrbtree.h
Original file line number Diff line number Diff line change
Expand Up @@ -1563,11 +1563,11 @@ void CUtlRBTree<T, I, L, M>::SetLessFunc( const typename CUtlRBTree<T, I, L, M>:
{
m_LessFunc = func;
}
else if ( Count() > 0 )
{
// need to re-sort the tree here....
Assert(0);
}
// else if ( Count() > 0 )
// {
// // need to re-sort the tree here....
// Assert(0);
// }
}


Expand Down

0 comments on commit f300de5

Please sign in to comment.