summaryrefslogtreecommitdiff
path: root/tools/editor/editor_profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/editor_profiler.h')
-rw-r--r--tools/editor/editor_profiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_profiler.h b/tools/editor/editor_profiler.h
index 4e18f2e29a..233bc2e0fd 100644
--- a/tools/editor/editor_profiler.h
+++ b/tools/editor/editor_profiler.h
@@ -73,7 +73,7 @@ private:
Button *activate;
TextureFrame *graph;
Ref<ImageTexture> graph_texture;
- DVector<uint8_t> graph_image;
+ PoolVector<uint8_t> graph_image;
Tree *variables;
HSplitContainer *h_split;