소스 검색

Fix incorrect setup instructions in The profiler

Hugo Locurcio 11 달 전
부모
커밋
14c1e6f0ab
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      tutorials/scripting/debug/the_profiler.rst

+ 2 - 3
tutorials/scripting/debug/the_profiler.rst

@@ -26,9 +26,8 @@ Godot's profiler does not automatically run because profiling is
 performance-intensive. It has to continually measure everything happening in the
 performance-intensive. It has to continually measure everything happening in the
 game and report back to the debugger, so it's off by default.
 game and report back to the debugger, so it's off by default.
 
 
-To begin profiling, click on the **Start** button in the top-left. Run your game
-and data will start appearing. You can also start profiling at any time before
-or during gameplay.
+To begin profiling, run your game then focus back on the editor. Click on the
+**Start** button in the top-left corner of the **Profiler** tab.
 
 
 .. note::
 .. note::