1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

fix skeleton AABB computation, addeded shadeless view mode

This commit is contained in:
Juan Linietsky
2014-09-18 00:18:57 -03:00
parent e0ce701c8c
commit 7d6b160a44
4 changed files with 18 additions and 3 deletions

View File

@@ -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,