bump lus (gfx refactor) (#4031)

This commit is contained in:
briaguya 2024-04-03 22:16:17 -04:00 committed by GitHub
commit 0f43d5de2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -306,6 +306,7 @@ OTRGlobals::OTRGlobals() {
context = LUS::Context::CreateUninitializedInstance("Ship of Harkinian", appShortName, "shipofharkinian.json");
context->InitLogging();
context->InitGfxDebugger();
context->InitConfiguration();
context->InitConsoleVariables();