bump lus (gfx refactor) (#4031)

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

@ -1 +1 @@
Subproject commit f79b19a73293c572867eb816377d14c3dbded6e8
Subproject commit c3a699403793c9ac97733179fe078d2e2f271ee1

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();