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/spatial_editor_gizmos.cpp | |
| parent | 9314628921ca862277e43a08ec7272015a7ce67f (diff) | |
| download | godot-dcad7042dc4c7d4ec86699a0c2f2e2c27e0b557c.tar.gz godot-dcad7042dc4c7d4ec86699a0c2f2e2c27e0b557c.tar.zst godot-dcad7042dc4c7d4ec86699a0c2f2e2c27e0b557c.zip | |
Diffstat (limited to 'editor/spatial_editor_gizmos.cpp')
| -rw-r--r-- | editor/spatial_editor_gizmos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/spatial_editor_gizmos.cpp b/editor/spatial_editor_gizmos.cpp index 8fddd2170..f0e8d438f 100644 --- a/editor/spatial_editor_gizmos.cpp +++ b/editor/spatial_editor_gizmos.cpp @@ -2817,7 +2817,7 @@ void BakedIndirectLightGizmo::redraw() { Color gizmo_color = EDITOR_GET("editors/3d_gizmos/gizmo_colors/baked_indirect_light"); Ref<Material> material = create_material("baked_indirect_light_material", gizmo_color); - Ref<Material> icon = create_icon_material("baked_indirect_light_icon", SpatialEditor::get_singleton()->get_icon("GizmoGIProbe", "EditorIcons")); + Ref<Material> icon = create_icon_material("baked_indirect_light_icon", SpatialEditor::get_singleton()->get_icon("GizmoBakedLightmap", "EditorIcons")); Color gizmo_color_internal = gizmo_color; gizmo_color_internal.a = 0.1; Ref<Material> material_internal = create_material("baked_indirect_light_internal_material", gizmo_color_internal); |
