diff options
| author | Daniel J. Ramirez | 2017-12-14 15:34:24 -0600 |
|---|---|---|
| committer | Daniel J. Ramirez | 2017-12-14 15:49:27 -0600 |
| commit | dcad7042dc4c7d4ec86699a0c2f2e2c27e0b557c (patch) | |
| tree | e6c24db3580c8807b489a7c066c9435f023cc08d /editor/plugins/baked_lightmap_editor_plugin.cpp | |
| parent | 9314628921ca862277e43a08ec7272015a7ce67f (diff) | |
| download | godot-dcad7042dc4c7d4ec86699a0c2f2e2c27e0b557c.tar.gz godot-dcad7042dc4c7d4ec86699a0c2f2e2c27e0b557c.tar.zst godot-dcad7042dc4c7d4ec86699a0c2f2e2c27e0b557c.zip | |
Updated icons
[ciskip]
Diffstat (limited to 'editor/plugins/baked_lightmap_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/baked_lightmap_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/baked_lightmap_editor_plugin.cpp b/editor/plugins/baked_lightmap_editor_plugin.cpp index 9ae3a4c77..08f4d06ef 100644 --- a/editor/plugins/baked_lightmap_editor_plugin.cpp +++ b/editor/plugins/baked_lightmap_editor_plugin.cpp @@ -79,7 +79,7 @@ BakedLightmapEditorPlugin::BakedLightmapEditorPlugin(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 Lightmaps")); bake->hide(); bake->connect("pressed", this, "_bake"); |
