Merge commit '420fa96463f59c4a4a7cd66b16b0ad01ab0d55e6'

This commit is contained in:
2024-05-08 23:55:07 -05:00
44 changed files with 529 additions and 344 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;
}