1
0
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:
Ricardo Buring
2025-06-01 13:23:04 +02:00
parent e45cc68092
commit e521d69d39
4 changed files with 19 additions and 10 deletions

View File

@@ -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; }