diff options
author | jsjtxietian <jsjtxietian@outlook.com> | 2023-10-06 15:02:03 +0800 |
---|---|---|
committer | jsjtxietian <jsjtxietian@outlook.com> | 2023-10-06 15:02:03 +0800 |
commit | b0ccd5c84f460d875d127455741d817ece6d3bed (patch) | |
tree | 14b8a3ba911a50858ad18186b384d4d18c0e96df /editor/plugins/gizmos/reflection_probe_gizmo_plugin.cpp | |
parent | 9e455f424a635549b295272d82757c7ff99f33d7 (diff) | |
download | redot-engine-b0ccd5c84f460d875d127455741d817ece6d3bed.tar.gz |
Prompt require editor restart to user when gizmo color changed
Diffstat (limited to 'editor/plugins/gizmos/reflection_probe_gizmo_plugin.cpp')
-rw-r--r-- | editor/plugins/gizmos/reflection_probe_gizmo_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/gizmos/reflection_probe_gizmo_plugin.cpp b/editor/plugins/gizmos/reflection_probe_gizmo_plugin.cpp index d25311f1be..eb7e668f41 100644 --- a/editor/plugins/gizmos/reflection_probe_gizmo_plugin.cpp +++ b/editor/plugins/gizmos/reflection_probe_gizmo_plugin.cpp @@ -40,7 +40,7 @@ ReflectionProbeGizmoPlugin::ReflectionProbeGizmoPlugin() { helper.instantiate(); - Color gizmo_color = EDITOR_DEF("editors/3d_gizmos/gizmo_colors/reflection_probe", Color(0.6, 1, 0.5)); + Color gizmo_color = EDITOR_DEF_RST("editors/3d_gizmos/gizmo_colors/reflection_probe", Color(0.6, 1, 0.5)); create_material("reflection_probe_material", gizmo_color); |