You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
-Reorganized all properties of project settings (Sorry, Again).
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
This commit is contained in:
@@ -265,7 +265,7 @@ void VisualServerViewport::draw_viewports() {
|
||||
|
||||
//draw viewports
|
||||
|
||||
clear_color = GLOBAL_GET("rendering/viewport/default_clear_color");
|
||||
clear_color = GLOBAL_GET("rendering/environment/default_clear_color");
|
||||
|
||||
active_viewports.sort_custom<ViewportSort>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user