mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-21 17:05:04 -05:00
Bump LUS (#4341)
This commit is contained in:
parent
7f503c33d2
commit
19dc4dc0fa
@ -1 +1 @@
|
|||||||
Subproject commit 92bce01154589080e534c3c143913a196e161f02
|
Subproject commit 0302eab051a7e0e5a8dc208aca5b00899a91808c
|
@ -338,7 +338,7 @@ OTRGlobals::OTRGlobals() {
|
|||||||
overlay->LoadFont("Fipps", "fonts/Fipps-Regular.otf", 32.0f);
|
overlay->LoadFont("Fipps", "fonts/Fipps-Regular.otf", 32.0f);
|
||||||
overlay->SetCurrentFont(CVarGetString(CVAR_GAME_OVERLAY_FONT, "Press Start 2P"));
|
overlay->SetCurrentFont(CVarGetString(CVAR_GAME_OVERLAY_FONT, "Press Start 2P"));
|
||||||
|
|
||||||
context->InitAudio();
|
context->InitAudio({ .SampleRate = 44100, .SampleLength = 1024, .DesiredBuffered = 2480 });
|
||||||
|
|
||||||
SPDLOG_INFO("Starting Ship of Harkinian version {} (Branch: {} | Commit: {})", (char*)gBuildVersion, (char*)gGitBranch, (char*)gGitCommitHash);
|
SPDLOG_INFO("Starting Ship of Harkinian version {} (Branch: {} | Commit: {})", (char*)gBuildVersion, (char*)gGitBranch, (char*)gGitCommitHash);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user