[olympic,nostalgia] Cleanup
All checks were successful
Build / build (push) Successful in 2m31s

This commit is contained in:
2024-05-08 23:35:34 -05:00
parent 63486c23d4
commit 331f721292
12 changed files with 116 additions and 105 deletions

View File

@ -68,7 +68,7 @@ static ox::Error run(
static_cast<uint64_t>(time << 1)
});
// run app
auto const err = runApp(appName, projectDataDir, ox::UniquePtr<ox::FileSystem>(nullptr));
auto const err = runApp(appName, projectDataDir, ox::UPtr<ox::FileSystem>(nullptr));
oxAssert(err, "Something went wrong...");
return err;
}