Skip to content

Commit

Permalink
Update node_3d_editor_plugin.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Norrox authored Oct 18, 2024
1 parent d2c03ba commit e7973e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editor/plugins/node_3d_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8412,9 +8412,9 @@ void Node3DEditor::_load_default_preview_settings() {
sun_angle_altitude->set_value(-Math::rad_to_deg(sun_rotation.x));
sun_angle_azimuth->set_value(180.0 - Math::rad_to_deg(sun_rotation.y));
sun_direction->queue_redraw();
environ_sky_color->set_pick_color(Color(0.155, 0.151, 0.236));
environ_hz_color->set_pick_color(Color(0.155, 0.151, 0.236));
environ_ground_color->set_pick_color(Color(0.155, 0.151, 0.236));
environ_sky_color->set_pick_color(Color(0.141, 0.289, 0.447));
environ_hz_color->set_pick_color(Color(0.447, 0.443, 0.612));
environ_ground_color->set_pick_color(Color(0.333, 0.333, 0.333));
environ_energy->set_value(1.0);
if (OS::get_singleton()->get_current_rendering_method() != "gl_compatibility") {
environ_glow_button->set_pressed(true);
Expand Down

0 comments on commit e7973e2

Please sign in to comment.