1
1
Fork 0
mirror of https://github.com/griffi-gh/kubi.git synced 2025-03-14 11:06:26 -05:00

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 {
vsync: false,
fullscreen: None,
msaa: Some(4), //not used yet
msaa: Some(4),
max_anisotropy: Some(16),
render_distance: 6,
mouse_sensitivity: 1.,