diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-16 23:45:10 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-16 23:45:10 +0200 |
commit | dbf4be308cf3766946e27b31685e29e26554d1da (patch) | |
tree | 296f6a1c08db8a925d0febd339a7523e2e0cfbd2 /main/performance.h | |
parent | 28f14102d9da421341d6207677d83ca3cdc08f89 (diff) | |
parent | f9876d3a8897fb70edb1cc20fed851c259889350 (diff) | |
download | redot-engine-dbf4be308cf3766946e27b31685e29e26554d1da.tar.gz |
Merge pull request #93583 from smix8/obstacle_monitor
Add navigation obstacles to performance monitor stats
Diffstat (limited to 'main/performance.h')
-rw-r--r-- | main/performance.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/performance.h b/main/performance.h index 34162b2da9..05d678fe55 100644 --- a/main/performance.h +++ b/main/performance.h @@ -100,6 +100,7 @@ public: NAVIGATION_EDGE_MERGE_COUNT, NAVIGATION_EDGE_CONNECTION_COUNT, NAVIGATION_EDGE_FREE_COUNT, + NAVIGATION_OBSTACLE_COUNT, MONITOR_MAX }; |