mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Fix Engine with latest version of libultraship.
This commit is contained in:
committed by
Alejandro Asenjo Nitti
parent
6dd688177c
commit
1f93a8dc5a
+1
-1
@@ -166,7 +166,7 @@ GameEngine::GameEngine() {
|
||||
|
||||
auto window = std::make_shared<Fast::Fast3dWindow>(std::vector<std::shared_ptr<Ship::GuiWindow>>({}));
|
||||
|
||||
AudioSurroundSetting surroundSetting = Ship::Context::GetInstance()->GetConfig()->GetCurrentAudioSurround();
|
||||
auto surroundSetting = Ship::Context::GetInstance()->GetConfig()->GetCurrentAudioSurround();
|
||||
this->context->Init(archiveFiles, {}, 3, { 32000, 1024, 1680, surroundSetting }, window, controlDeck);
|
||||
|
||||
#ifndef __SWITCH__
|
||||
|
||||
Reference in New Issue
Block a user