Minor fixes

This commit is contained in:
SirLynix
2024-02-10 13:42:19 +01:00
parent e336c8a514
commit 57ad486c01
9 changed files with 16 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
namespace Nz::GL
{
thread_local const Context* s_currentGLContext = nullptr;
thread_local constinit const Context* s_currentGLContext = nullptr;
namespace
{