fix: Make sure all textures are destroyed before glfw gets uninitialized

This commit is contained in:
WerWolv
2025-01-27 22:10:30 +01:00
parent 6e6c5bbc67
commit 24e7c2f3db
17 changed files with 104 additions and 56 deletions

View File

@@ -18,6 +18,7 @@
#include <atomic>
#include <random>
#include <hex/helpers/auto_reset.hpp>
namespace hex {

View File

@@ -11,6 +11,7 @@
#include <set>
#include <thread>
#include <hex/helpers/auto_reset.hpp>
#include <nlohmann/json.hpp>