fix: suppress 3 benign startup warnings on Windows client
- Create missing server/plugins/ dir with .gdignore (stops PluginManager warning) - Create config/default_server_config.cfg (stops ServerConfig error) - Reorder light look_at after add_child (stops 'not in tree' warning) - Switch rendering_method from opengl3 to forward_plus (RTX 2080 Vulkan works fine; gray screen was server-scene issue not OpenGL)
This commit is contained in:
+1
-1
@@ -28,5 +28,5 @@ common/enable_pause_aware_picking=true
|
||||
|
||||
[rendering]
|
||||
|
||||
renderer/rendering_method="opengl3"
|
||||
renderer/rendering_method="forward_plus"
|
||||
environment/default_clear_color=Color(0.1, 0.1, 0.15, 1)
|
||||
|
||||
Reference in New Issue
Block a user