Skip to content

Commit 2c56f50

Browse files
committed
Added missing return statement in processLoopbackFrame() of the projectM SDL app.
1 parent 83a08f3 commit 2c56f50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/projectM-sdl/loopback.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,5 +224,6 @@ bool processLoopbackFrame(projectMSDL *app) {
224224
}
225225
}
226226
#endif /** WASAPI_LOOPBACK */
227-
227+
228+
return true;
228229
}

0 commit comments

Comments
 (0)