summaryrefslogtreecommitdiff
path: root/tools/editor/plugins/spatial_editor_plugin.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2014-09-18 00:18:57 -0300
committerJuan Linietsky <reduzio@gmail.com>2014-09-18 00:18:57 -0300
commit7d6b160a444079fd6856b648ed077bf698b3b70c (patch)
tree8553b7174ffdc9f5ca4c0bc780ee04a12f96a72c /tools/editor/plugins/spatial_editor_plugin.h
parente0ce701c8c5216fa95d0931927e3e1570c40f3ae (diff)
fix skeleton AABB computation, addeded shadeless view mode
Diffstat (limited to 'tools/editor/plugins/spatial_editor_plugin.h')
-rw-r--r--tools/editor/plugins/spatial_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/spatial_editor_plugin.h b/tools/editor/plugins/spatial_editor_plugin.h
index 29719cb80c..bdeac2e4ef 100644
--- a/tools/editor/plugins/spatial_editor_plugin.h
+++ b/tools/editor/plugins/spatial_editor_plugin.h
@@ -348,6 +348,7 @@ private:
MENU_VIEW_DISPLAY_NORMAL,
MENU_VIEW_DISPLAY_WIREFRAME,
MENU_VIEW_DISPLAY_OVERDRAW,
+ MENU_VIEW_DISPLAY_SHADELESS,
MENU_VIEW_ORIGIN,
MENU_VIEW_GRID,
MENU_VIEW_CAMERA_SETTINGS,