Fix tests

This commit is contained in:
Krzosa Karol
2026-03-21 16:57:07 +01:00
parent 4c21026842
commit aa85d9420a
5 changed files with 62 additions and 218 deletions

View File

@@ -13,6 +13,7 @@ bool SearchWordBoundary = false;
bool BreakOnError = false;
Int ErrorCount;
bool DebugTraceBufferInits = false;
bool Testing = false;
Allocator SysAllocator = {SystemAllocatorProc};
float DPIScale = 1.0f;