Linux compile fixes

This commit is contained in:
baldurk
2015-08-23 20:38:13 +02:00
parent 6c9120ff61
commit 357735d1d2
5 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ void library_loaded()
CaptureOptions optstruct;
readCapOpts(optstr.c_str(), &optstruct);
RenderDoc::Inst().SetCaptureOptions(&optstruct);
RenderDoc::Inst().SetCaptureOptions(optstruct);
}
if(logfile)