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

View File

@@ -647,3 +647,5 @@ bool ResourceLoader::timestamp_on_load = false;
SelfList<Resource>::List ResourceLoader::remapped_list;
HashMap<String, Vector<String> > ResourceLoader::translation_remaps;
HashMap<String, String> ResourceLoader::path_remaps;
ResourceLoaderImport ResourceLoader::import = NULL;