summaryrefslogtreecommitdiffhomepage
path: root/main/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/main.cpp')
-rw-r--r--main/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 9dc5ce4e..14828cad 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -5,6 +5,7 @@
#include "chunk.hpp"
#include "floor-mesh.hpp"
#include "wall-mesh.hpp"
+#include "compat/defs.hpp"
#include <bitset>
@@ -105,6 +106,7 @@ app::app(const Arguments& arguments):
.setSize({1024, 768}, dpi_policy::Physical),
GLConfiguration{}
.setSampleCount(4)
+ .setFlags(Platform::Sdl2Application::GLConfiguration::Flag::Debug)
}
{
reset_camera_offset();