diff --git a/Source/Engine/Graphics/RenderTask.cpp b/Source/Engine/Graphics/RenderTask.cpp index e99700fae..e3cb6bb0c 100644 --- a/Source/Engine/Graphics/RenderTask.cpp +++ b/Source/Engine/Graphics/RenderTask.cpp @@ -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())