mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-22 06:48:43 -06:00
reduce default render distanc
This commit is contained in:
parent
9ba3b42991
commit
672007ac7b
|
@ -30,7 +30,7 @@ impl Default for GameSettings {
|
||||||
render_distance: match true {
|
render_distance: match true {
|
||||||
cfg!(debug_assertions) => 5,
|
cfg!(debug_assertions) => 5,
|
||||||
cfg!(target_os = "android") => 6,
|
cfg!(target_os = "android") => 6,
|
||||||
#[allow(unreachable_patterns)] _ => 8,
|
#[allow(unreachable_patterns)] _ => 7,
|
||||||
},
|
},
|
||||||
mouse_sensitivity: 1.,
|
mouse_sensitivity: 1.,
|
||||||
debug_draw_current_chunk_border: false, //cfg!(not(target_os = "android")) && cfg!(debug_assertions),
|
debug_draw_current_chunk_border: false, //cfg!(not(target_os = "android")) && cfg!(debug_assertions),
|
||||||
|
|
Loading…
Reference in a new issue