Shader test past
Some checks failed
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 2m52s
CI / Windows Release Package (push) Has been cancelled

This commit is contained in:
Aiden
2026-05-12 02:08:48 +10:00
parent e0ca548ef5
commit 4ea829af85
11 changed files with 534 additions and 7 deletions

View File

@@ -106,7 +106,7 @@ public:
return false;
}
mTelemetry.Start(mFrameExchange, mOutput, mOutputThread);
mTelemetry.Start(mFrameExchange, mOutput, mOutputThread, mRenderThread);
mStarted = true;
return true;
}