mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Remove the 'loops' occlusion culler (#13169)
This commit is contained in:
parent
8478796226
commit
b8aaad4f1e
3 changed files with 223 additions and 356 deletions
|
@ -66,7 +66,6 @@ void set_default_settings()
|
|||
settings->setDefault("max_out_chat_queue_size", "20");
|
||||
settings->setDefault("pause_on_lost_focus", "false");
|
||||
settings->setDefault("enable_split_login_register", "true");
|
||||
settings->setDefault("occlusion_culler", "bfs");
|
||||
settings->setDefault("enable_raytraced_culling", "true");
|
||||
settings->setDefault("chat_weblink_color", "#8888FF");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue