Skip to content

Commit 02b4f20

Browse files
author
devsh
committed
forgot to initialize a variable now that its not static
1 parent f6f7043 commit 02b4f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nbl/video/IAPIConnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void IAPIConnection::loadDebuggers()
3232
}
3333

3434
// now load renderdoc
35-
if (loadRenderdoc())
35+
if (m_rdoc_api=loadRenderdoc(); m_rdoc_api)
3636
m_debugger = EDebuggerType::Renderdoc;
3737
}
3838

0 commit comments

Comments
 (0)