Change TaskGraphSystem ordering
This commit is contained in:
@@ -9,7 +9,7 @@ namespace
|
||||
{
|
||||
bool SortTaskGraphSystem(TaskGraphSystem* const& a, TaskGraphSystem* const& b)
|
||||
{
|
||||
return b->Order < a->Order;
|
||||
return b->Order > a->Order;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user