diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-19 09:50:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-19 09:50:51 +0200 |
commit | 76dc5c07995d32d603be96e7df3abea2e43e1ea8 (patch) | |
tree | 7a3dbbe1e477dbb8d1116aa6879b45b9e9e36eda /main/app.hpp | |
parent | 7eb9aeb9d38bd70979d95601d45401b310c00c03 (diff) |
fix debug (it was like that for a reason)
Diffstat (limited to 'main/app.hpp')
-rw-r--r-- | main/app.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/app.hpp b/main/app.hpp index f1ebadf8..60b9a607 100644 --- a/main/app.hpp +++ b/main/app.hpp @@ -87,6 +87,8 @@ private: }; void make_test_chunk(chunk& c); + [[maybe_unused]] void* _dummy = register_debug_callback(); + tile_shader _shader; tile_atlas_ floor1 = loader.tile_atlas("floor-tiles.tga", {44, 4}); tile_atlas_ floor2 = loader.tile_atlas("metal1.tga", {2, 2}); |