Merge branch 'patch-2' of https://github.com/tecnessino/FlaxEngine into tecnessino-patch-2

This commit is contained in:
Wojtek Figat
2024-05-20 14:23:03 +02:00

View File

@@ -42,7 +42,7 @@ void RenderTask::DrawAll()
// Sort tasks (by Order property)
Sorting::QuickSortObj(Tasks.Get(), Tasks.Count());
// Render all that shit
// Render all tasks
for (auto task : Tasks)
{
if (task->CanDraw())