Skip to content

Commit 60ffb2d

Browse files
committed
Fixed parameter name
1 parent e1844ff commit 60ffb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/OnixSource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ void OnixSource::initializeDevices(bool updateStreamInfo)
109109

110110
uint32_t val = 0;
111111

112-
if (getParameter("is_passthrough_A")->getValue())
112+
if (getParameter("passthroughA")->getValue())
113113
{
114114
LOGD("Passthrough mode enabled");
115115
val = 1;

0 commit comments

Comments
 (0)