Version 2 of tasking optimization

This commit is contained in:
Pax1601
2023-12-04 21:06:13 +01:00
parent f56bd514dc
commit 62142ed976
8 changed files with 71 additions and 62 deletions

View File

@@ -914,7 +914,7 @@ function Olympus.setTask(groupName, taskOptions)
end
end
-- Reset the dask of a group
-- Reset the task of a group
function Olympus.resetTask(groupName)
Olympus.debug("Olympus.resetTask " .. groupName, 2)
local group = Group.getByName(groupName)