浏览代码

Merge pull request #5153 from phantomdesvin/patch-1

One phrase fix for idle_and_physics_processing.rst
Max Hilbrunner 4 年之前
父节点
当前提交
9f40ec04e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/scripting/idle_and_physics_processing.rst

+ 1 - 1
tutorials/scripting/idle_and_physics_processing.rst

@@ -54,7 +54,7 @@ possible to keep the physics interactions stable. You can change the interval
 between physics steps in the Project Settings, under Physics -> Common ->
 Physics Fps. By default, it's set to run 60 times per second.
 
-The engine calls this method every time it draws a frame:
+The engine calls this method before every physics step:
 
 .. tabs::
  .. code-tab:: gdscript GDScript