Add property hints for debugger/profiler editor settings

This also adds descriptions for those settings.
This commit is contained in:
Hugo Locurcio
2023-03-22 01:05:53 +01:00
parent ce90d77a18
commit f575ca09ae
4 changed files with 21 additions and 6 deletions

View File

@@ -684,8 +684,6 @@ EditorProfiler::EditorProfiler() {
int metric_size = CLAMP(int(EDITOR_GET("debugger/profiler_frame_history_size")), 60, 10000);
frame_metrics.resize(metric_size);
EDITOR_DEF("debugger/profiler_frame_max_functions", 64);
frame_delay = memnew(Timer);
frame_delay->set_wait_time(0.1);
frame_delay->set_one_shot(true);