mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
remove not used yet comment
This commit is contained in:
parent
2dfc915d41
commit
31a959ba1a
|
@ -25,7 +25,7 @@ impl Default for GameSettings {
|
||||||
Self {
|
Self {
|
||||||
vsync: false,
|
vsync: false,
|
||||||
fullscreen: None,
|
fullscreen: None,
|
||||||
msaa: Some(4), //not used yet
|
msaa: Some(4),
|
||||||
max_anisotropy: Some(16),
|
max_anisotropy: Some(16),
|
||||||
render_distance: 6,
|
render_distance: 6,
|
||||||
mouse_sensitivity: 1.,
|
mouse_sensitivity: 1.,
|
||||||
|
|
Loading…
Reference in a new issue