Linux compile fixes

This commit is contained in:
baldurk
2016-02-22 01:47:57 +01:00
parent 1f1694af4f
commit 3e37e1a112
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ void Core::SetEventID(ILogViewerForm *exclude, uint32_t frameID, uint32_t eventI
m_EventID = eventID;
m_Renderer.BlockInvoke([frameID, eventID, this](IReplayRenderer *r) {
r->SetFrameEvent(frameID, eventID);
r->SetFrameEvent(frameID, eventID, false);
r->GetD3D11PipelineState(&CurD3D11PipelineState);
r->GetGLPipelineState(&CurGLPipelineState);
r->GetVulkanPipelineState(&CurVulkanPipelineState);