Fixes to baker, restored xatlas and fixed bake options.

This commit is contained in:
Juan Linietsky
2018-10-04 23:00:02 -03:00
parent a41cf404a9
commit f12cb82e0f
8 changed files with 93 additions and 25 deletions
+2
View File
@@ -230,6 +230,8 @@ class EditorFileSystem : public Node {
String _get_global_script_class(const String &p_type, const String &p_path, String *r_extends, String *r_icon_path) const;
static Error _resource_import(const String &p_path);
protected:
void _notification(int p_what);
static void _bind_methods();