Skip to content

Commit d5c224e

Browse files
committed
Merge branch 'browser_source_message' of https://github.com/stream-labs/obs-browser into browser_source_message
2 parents 9717316 + c20eb23 commit d5c224e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obs-browser-source.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ void BrowserSource::Destroy()
154154

155155
void BrowserSource::ExecuteOnBrowser(BrowserFunc func, bool async)
156156
{
157-
if (!async) {
157+
if (!async) {
158158
#ifdef ENABLE_BROWSER_QT_LOOP
159159
if (QThread::currentThread() == qApp->thread()) {
160160
if (!!cefBrowser)

0 commit comments

Comments
 (0)