fix missing constant in release mode

This commit is contained in:
Matthew 2025-09-29 07:10:12 +10:00
parent 7a77505fc1
commit 114f6b02c2

View File

@ -12,6 +12,10 @@ debug
{
const BUILD_DEBUG = true;
}
else
{
const BUILD_DEBUG = false;
}
alias InitRenderer = Init;
alias Renderer = Vulkan;