We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154e8ac commit 926f30aCopy full SHA for 926f30a
obs-studio-server/source/util-osx-impl.mm
@@ -87,7 +87,6 @@ @implementation UtilImplObj
87
88
void UtilObjCInt::runApplication(void)
89
{
90
- appRunning = true;
91
// Wait for OBS_API_initAPI to be invoked
92
while (!hasInitApi() && isRunning()) {
93
std::this_thread::sleep_for(std::chrono::milliseconds(50));
0 commit comments