From ded69f52906990cf975a62c0efbaca4b6cfa5e88 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Oct 2022 15:54:10 +0200 Subject: a --- main/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main') 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 @@ -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(); -- cgit v1.2.3