Change comment

This commit is contained in:
tecnessino
2024-05-18 20:37:43 +02:00
committed by GitHub
parent 2cdd0ff644
commit 862dd1e5f1

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())