1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Merge pull request #49178 from YeldhamDev/remove_dim_option

This commit is contained in:
Rémi Verschelde
2021-05-31 12:27:01 +02:00
committed by GitHub
3 changed files with 5 additions and 12 deletions

View File

@@ -856,7 +856,7 @@ public:
void notify_settings_changed();
void dim_editor(bool p_dimming, bool p_force_dim = false);
void dim_editor(bool p_dimming);
bool is_editor_dimmed() const;
void edit_current() { _edit_current(); };