summaryrefslogtreecommitdiffstats
path: root/editor/plugins/spatial_editor_plugin.h
diff options
context:
space:
mode:
authorvolzhs <volzhs@gmail.com>2017-12-17 21:06:21 +0900
committervolzhs <volzhs@gmail.com>2017-12-17 21:49:44 +0900
commit4073de88cb28d53b5eafb0462a0de33b204deecf (patch)
tree5a8c93b8068c03846381958b3d8df6896cbacc84 /editor/plugins/spatial_editor_plugin.h
parentf1683a290b7261e9bb099aa8f4548809218b31b7 (diff)
downloadredot-engine-4073de88cb28d53b5eafb0462a0de33b204deecf.tar.gz
Refactoring FPS & information on 3D viewport
- FPS label position adjusted with Preview button - Remove unnecessary Panel control - Remove unnecessary check condition
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.h')
-rw-r--r--editor/plugins/spatial_editor_plugin.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h
index 86b814ab8a..4aa1d9c0c1 100644
--- a/editor/plugins/spatial_editor_plugin.h
+++ b/editor/plugins/spatial_editor_plugin.h
@@ -106,7 +106,6 @@ private:
int index;
String name;
void _menu_option(int p_option);
- Size2 prev_size;
Spatial *preview_node;
AABB *preview_bounds;
@@ -136,10 +135,7 @@ private:
bool freelook_active;
real_t freelook_speed;
- PanelContainer *info;
Label *info_label;
-
- PanelContainer *fps;
Label *fps_label;
struct _RayResult {