浏览代码

Merge pull request #7599 from OverloadedOrama/patch-1

Max Hilbrunner 2 年之前
父节点
当前提交
466a193482
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/performance/thread_safe_apis.rst

+ 1 - 1
tutorials/performance/thread_safe_apis.rst

@@ -55,7 +55,7 @@ Rendering
 ---------
 
 Instancing nodes that render anything in 2D or 3D (such as Sprite) is *not* thread-safe by default.
-To make rendering thread-safe, set the **Rendering > Threads > Thread Model** project setting to **Multi-Threaded**.
+To make rendering thread-safe, set the **Rendering > Driver > Thread Model** project setting to **Multi-Threaded**.
 
 Note that the Multi-Threaded thread model has several known bugs, so it may not be usable
 in all scenarios.