Merge remote-tracking branch 'origin/master' into 1.9

# Conflicts:
#	Flax.flaxproj
This commit is contained in:
Wojtek Figat
2024-05-22 16:15:14 +02:00
41 changed files with 295 additions and 114 deletions

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