File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
programming/tasks-and-events Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ The task chain parameters are:
108108 each frame, round-robin style, regardless of the task's priority value.
109109 Set it to true to change the meaning of priority so that certain tasks are
110110 run less often, in proportion to their time used and to their priority
111- value. See :meth: `.AsyncTaskManager .set_timeslice_priority() ` for more.
111+ value. See :meth: `.AsyncTaskChain .set_timeslice_priority() ` for more.
112112
113113.. only :: cpp
114114
@@ -153,7 +153,7 @@ The task chain parameters are:
153153 each frame, round-robin style, regardless of the task's priority value.
154154 Set it to true to change the meaning of priority so that certain tasks are
155155 run less often, in proportion to their time used and to their priority
156- value. See :meth: `.AsyncTaskManager ::set_timeslice_priority() ` for more.
156+ value. See :meth: `.AsyncTaskChain ::set_timeslice_priority() ` for more.
157157
158158Using task chains
159159-----------------
You can’t perform that action at this time.
0 commit comments