Changed calculation

This commit is contained in:
KiritoDv
2024-11-29 17:37:19 -06:00
parent 71cfbcab7e
commit 2d16bb849b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ GameEngine::GameEngine() {
}
}
this->context = Ship::Context::CreateInstance("Spaghettify", "skart64", "spaghettify.cfg.json", OTRFiles, {}, 3, {32000, 1024, 2480});
this->context = Ship::Context::CreateInstance("Spaghettify", "skart64", "spaghettify.cfg.json", OTRFiles, {}, 3, {32000, 512, 1100});
auto wnd = std::dynamic_pointer_cast<Fast::Fast3dWindow>(Ship::Context::GetInstance()->GetWindow());