diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp index 519a00d0..3ebf88f3 100644 --- a/src/port/Engine.cpp +++ b/src/port/Engine.cpp @@ -70,7 +70,7 @@ GameEngine::GameEngine() { std::vector archiveFiles; const std::string main_path = Ship::Context::GetPathRelativeToAppDirectory("sf64.o2r"); - const std::string assets_path = Ship::Context::GetPathRelativeToAppDirectory("starship.o2r"); + const std::string assets_path = Ship::Context::GetPathRelativeToAppBundle("starship.o2r"); #ifdef _WIN32 AllocConsole();