1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +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

@@ -795,6 +795,7 @@ public:
SCENARIO_DEBUG_DISABLED,
SCENARIO_DEBUG_WIREFRAME,
SCENARIO_DEBUG_OVERDRAW,
SCENARIO_DEBUG_SHADELESS,
};