You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Unify usage of GLOBAL/EDITOR_GET
This commit is contained in:
@@ -73,7 +73,7 @@ void TilesEditorPlugin::_thread() {
|
||||
pattern_preview_queue.pop_front();
|
||||
pattern_preview_mutex.unlock();
|
||||
|
||||
int thumbnail_size = EditorSettings::get_singleton()->get("filesystem/file_dialog/thumbnail_size");
|
||||
int thumbnail_size = EDITOR_GET("filesystem/file_dialog/thumbnail_size");
|
||||
thumbnail_size *= EDSCALE;
|
||||
Vector2 thumbnail_size2 = Vector2(thumbnail_size, thumbnail_size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user