Linux compile fixes

This commit is contained in:
baldurk
2015-12-18 16:52:44 +01:00
parent a3bf43c852
commit 290b695a6b
23 changed files with 186 additions and 180 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ void TextureViewer::OnLogfileLoaded()
#endif
m_Core->Renderer()->BlockInvoke([wnd, this](IReplayRenderer *r) {
m_Output = r->CreateOutput(wnd);
m_Output = r->CreateOutput(wnd, eOutputType_TexDisplay);
ui->render->SetOutput(m_Output);
OutputConfig c = { eOutputType_TexDisplay };