diff options
| author | Rémi Verschelde | 2017-12-14 23:04:23 +0100 |
|---|---|---|
| committer | GitHub | 2017-12-14 23:04:23 +0100 |
| commit | f25d9a54cec74cca69b0dec72e0f0e34f328480d (patch) | |
| tree | e6c24db3580c8807b489a7c066c9435f023cc08d /editor/plugins/gi_probe_editor_plugin.cpp | |
| parent | 9314628921ca862277e43a08ec7272015a7ce67f (diff) | |
| parent | dcad7042dc4c7d4ec86699a0c2f2e2c27e0b557c (diff) | |
| download | godot-f25d9a54cec74cca69b0dec72e0f0e34f328480d.tar.gz godot-f25d9a54cec74cca69b0dec72e0f0e34f328480d.tar.zst godot-f25d9a54cec74cca69b0dec72e0f0e34f328480d.zip | |
Merge pull request #14674 from djrm/pr_visual_improvements
Updated icons
Diffstat (limited to '')
| -rw-r--r-- | editor/plugins/gi_probe_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/gi_probe_editor_plugin.cpp b/editor/plugins/gi_probe_editor_plugin.cpp index 443cd2e41..416b0edb2 100644 --- a/editor/plugins/gi_probe_editor_plugin.cpp +++ b/editor/plugins/gi_probe_editor_plugin.cpp @@ -90,7 +90,7 @@ GIProbeEditorPlugin::GIProbeEditorPlugin(EditorNode *p_node) { editor = p_node; bake = memnew(Button); - bake->set_icon(editor->get_gui_base()->get_icon("BakedLight", "EditorIcons")); + bake->set_icon(editor->get_gui_base()->get_icon("Bake", "EditorIcons")); bake->set_text(TTR("Bake GI Probe")); bake->hide(); bake->connect("pressed", this, "_bake"); |
