summaryrefslogtreecommitdiffhomepage
path: root/main/floormat.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/floormat.hpp')
-rw-r--r--main/floormat.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/floormat.hpp b/main/floormat.hpp
index dffb551f..3bf4b492 100644
--- a/main/floormat.hpp
+++ b/main/floormat.hpp
@@ -20,7 +20,7 @@ struct fm_settings
Magnum::Math::Vector2<int> resolution{1024, 768};
Corrade::Containers::String title{"Test"};
Corrade::Containers::String disabled_extensions; // TODO
- std::uint8_t msaa_samples = 4;
+ std::uint8_t msaa_samples = 16;
fm_tristate vsync = fm_tristate::maybe;
fm_gpu_debug gpu_debug = fm_gpu_debug::on;
fm_log_level log_level = fm_log_level::normal;