mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-18 04:26:49 +00:00
Fix mac compile error
This commit is contained in:
@@ -1827,7 +1827,7 @@ void MainWindow::messageCheck()
|
||||
msgs = r->GetDebugMessages();
|
||||
}
|
||||
|
||||
GUIInvoke::call(this, [this, disconnected, msgs] {
|
||||
GUIInvoke::call(this, [this, msgs] {
|
||||
if(m_Ctx.Replay().CurrentRemote().IsValid() &&
|
||||
!m_Ctx.Replay().CurrentRemote().IsServerRunning())
|
||||
contextChooser->setIcon(Icons::cross());
|
||||
|
||||
Reference in New Issue
Block a user