Fix build error in release

This commit is contained in:
2026-02-14 18:12:19 -05:00
parent 5a22a172a6
commit dfd7279e84
3 changed files with 14 additions and 6 deletions

View File

@@ -352,7 +352,9 @@ void JulietApplication::Update()
if (ShowMemoryDebugger)
{
#if JULIET_DEBUG
Debug::DebugDrawMemoryArena();
#endif
}
}