summaryrefslogtreecommitdiff
path: root/editor/editor_visual_profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_visual_profiler.h')
-rw-r--r--editor/editor_visual_profiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_visual_profiler.h b/editor/editor_visual_profiler.h
index b4c03b227e..5194c08b96 100644
--- a/editor/editor_visual_profiler.h
+++ b/editor/editor_visual_profiler.h
@@ -78,7 +78,7 @@ private:
TextureRect *graph;
Ref<ImageTexture> graph_texture;
- PoolVector<uint8_t> graph_image;
+ Vector<uint8_t> graph_image;
Tree *variables;
HSplitContainer *h_split;
CheckBox *frame_relative;