mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Merge pull request #388 from henriquegemignani/feature/optick
Using optick, linked from boo
This commit is contained in:
@@ -73,6 +73,7 @@ bool ProjectManager::newProject(hecl::SystemStringView path) {
|
||||
}
|
||||
|
||||
bool ProjectManager::openProject(hecl::SystemStringView path) {
|
||||
OPTICK_EVENT();
|
||||
hecl::SystemString subPath;
|
||||
hecl::ProjectRootPath projPath = hecl::SearchForProject(path, subPath);
|
||||
if (!projPath) {
|
||||
@@ -166,6 +167,7 @@ bool ProjectManager::saveProject() {
|
||||
}
|
||||
|
||||
void ProjectManager::mainUpdate() {
|
||||
OPTICK_EVENT();
|
||||
if (m_precooking) {
|
||||
if (!m_factoryMP1.IsBusy())
|
||||
m_precooking = false;
|
||||
|
||||
Reference in New Issue
Block a user