Skip to content

Commit 0fcc198

Browse files
committed
Merge pull request godotengine#104829 from AThousandShips/fix_nav_perf
[Navigation] Fix typo in performance
2 parents 8f6bb11 + b79c222 commit 0fcc198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/performance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ String Performance::get_monitor_name(Monitor p_monitor) const {
183183
PNAME("navigation_2d/edges_connected"),
184184
PNAME("navigation_2d/edges_free"),
185185
PNAME("navigation_2d/obstacles"),
186-
PNAME("navigation_2d/active_maps"),
186+
PNAME("navigation_3d/active_maps"),
187187
PNAME("navigation_3d/regions"),
188188
PNAME("navigation_3d/agents"),
189189
PNAME("navigation_3d/links"),

0 commit comments

Comments
 (0)