You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-05 17:15:09 +00:00
Texture format error on export: Show project setting
Changing the project setting manually will prompt for a restart, which will trigger the required re-import of textures. Previously the project setting would be changed automatically but textures would not be re-imported, which could be unexpected.
This commit is contained in:
@@ -144,6 +144,8 @@ public:
|
||||
void update_plugins();
|
||||
void init_autoloads();
|
||||
|
||||
void set_filter(const String &p_filter);
|
||||
|
||||
EditorAutoloadSettings *get_autoload_settings() { return autoload_settings; }
|
||||
GroupSettingsEditor *get_group_settings() { return group_settings; }
|
||||
TabContainer *get_tabs() { return tab_container; }
|
||||
|
||||
Reference in New Issue
Block a user