1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Prompt require editor restart to user when gizmo color changed

(cherry picked from commit b0ccd5c84f)
This commit is contained in:
jsjtxietian
2023-10-06 15:02:03 +08:00
committed by Yuri Sizov
parent 06a94ecc14
commit bce0ada5f4
16 changed files with 22 additions and 22 deletions

View File

@@ -41,7 +41,7 @@
VoxelGIGizmoPlugin::VoxelGIGizmoPlugin() {
helper.instantiate();
Color gizmo_color = EDITOR_DEF("editors/3d_gizmos/gizmo_colors/voxel_gi", Color(0.5, 1, 0.6));
Color gizmo_color = EDITOR_DEF_RST("editors/3d_gizmos/gizmo_colors/voxel_gi", Color(0.5, 1, 0.6));
create_material("voxel_gi_material", gizmo_color);