You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Prompt require editor restart to user when gizmo color changed
(cherry picked from commit b0ccd5c84f)
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "scene/3d/occluder_instance_3d.h"
|
||||
|
||||
OccluderInstance3DGizmoPlugin::OccluderInstance3DGizmoPlugin() {
|
||||
create_material("line_material", EDITOR_DEF("editors/3d_gizmos/gizmo_colors/occluder", Color(0.8, 0.5, 1)));
|
||||
create_material("line_material", EDITOR_DEF_RST("editors/3d_gizmos/gizmo_colors/occluder", Color(0.8, 0.5, 1)));
|
||||
create_handle_material("handles");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user