summaryrefslogtreecommitdiff
path: root/editor/debugger/editor_performance_profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/debugger/editor_performance_profiler.h')
-rw-r--r--editor/debugger/editor_performance_profiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/debugger/editor_performance_profiler.h b/editor/debugger/editor_performance_profiler.h
index a917ddbe28..ab0e43de2f 100644
--- a/editor/debugger/editor_performance_profiler.h
+++ b/editor/debugger/editor_performance_profiler.h
@@ -66,7 +66,7 @@ private:
Control *monitor_draw = nullptr;
Label *info_message = nullptr;
StringName marker_key;
- int marker_frame;
+ int marker_frame = 0;
const int MARGIN = 4;
const int POINT_SEPARATION = 5;
const int MARKER_MARGIN = 2;