diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-11-03 01:07:44 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-11-03 01:07:44 -0600 |
| commit | 2a8ac4891e8b203db807ce7e31e0567e5261eeb7 (patch) | |
| tree | 744e87428cc4b460566e68e528ab28200a6f970b /src/port/Engine.cpp | |
| parent | 94bc6486eb8eff6e4b66a46a519dd0f21aed31d7 (diff) | |
Its loading without issues finally! But its still broken
Diffstat (limited to 'src/port/Engine.cpp')
| -rw-r--r-- | src/port/Engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp index 343f8875..acf4028b 100644 --- a/src/port/Engine.cpp +++ b/src/port/Engine.cpp @@ -66,7 +66,7 @@ GameEngine::GameEngine() { } } - this->context = Ship::Context::CreateInstance("Starship", "ship", "starship.cfg.json", OTRFiles, {}, 3, { 44100, 1024, 2480 }); + this->context = Ship::Context::CreateInstance("Starship", "ship", "starship.cfg.json", OTRFiles, {}, 3, { 32000, 512, 1100 }); auto loader = context->GetResourceManager()->GetResourceLoader(); loader->RegisterResourceFactory(std::make_shared<SF64::ResourceFactoryBinaryAnimV0>(), RESOURCE_FORMAT_BINARY, "Animation", static_cast<uint32_t>(SF64::ResourceType::AnimData), 0); |
