mirror of https://github.com/AxioDL/metaforce.git
Fix Optick not running
This commit is contained in:
parent
54e81af9ec
commit
de4ddcaa9c
|
@ -337,6 +337,8 @@ public:
|
|||
}
|
||||
|
||||
void onAppIdle() noexcept {
|
||||
OPTICK_FRAME("MainThread");
|
||||
|
||||
if (!m_deferredProject.empty()) {
|
||||
hecl::SystemString subPath;
|
||||
hecl::ProjectRootPath projPath = hecl::SearchForProject(m_deferredProject, subPath);
|
||||
|
|
Loading…
Reference in New Issue