Made gemini improve and fix unit tests

Found and fixed some bugs at the same time
This commit is contained in:
2026-02-13 23:00:14 -05:00
parent c6552d2def
commit 5337d4cb66
12 changed files with 231 additions and 81 deletions

View File

@@ -31,7 +31,7 @@ Settings
//------------------------------------------------------------------------------
.Debug_Config =
[
.CompilerOptions = ' -DDEBUG -DPROFILING_ENABLED -DJULIET_ENABLE_IMGUI'
.CompilerOptions = ' -DDEBUG -DPROFILING_ENABLED -DJULIET_ENABLE_IMGUI -DJULIET_DEBUG'
.CompilerOptionsC = .CompilerOptions
.BuildConfigName = 'Debug'
]