Skip to content

Commit

Permalink
Fix incorrect setup instructions in The profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Sep 5, 2024
1 parent 52eefaf commit b95f46f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tutorials/scripting/debug/the_profiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
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::

Expand Down

0 comments on commit b95f46f

Please sign in to comment.