remove not used yet comment

This commit is contained in:
griffi-gh 2023-05-21 12:33:09 +02:00
parent 2dfc915d41
commit 31a959ba1a

View file

@ -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.,