Skip to content

Commit 72a61e8

Browse files
Merge pull request godotengine#8935 from skyace65/DebugGodot3
Remove Godot 3 reference from profiler page
2 parents d60c580 + 328da80 commit 72a61e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/scripting/debug/the_profiler.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ The main measurements are frame time, physics frame, idle time, and physics time
5959
- **Physics time** is the time Godot took to update physics tasks, like
6060
`_physics_process` and built-in nodes set to **Physics** update.
6161

62-
.. note:: In Godot 3, **Frame Time** includes rendering time. Say you find a
63-
mysterious spike of lag in your game, but your physics and scripts are
62+
.. note:: **Frame Time** includes rendering time. Say you find a mysterious
63+
spike of lag in your game, but your physics and scripts are
6464
all running fast. The delay could be due to the appearance of
6565
particles or visual effects!
6666

0 commit comments

Comments
 (0)