mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-14 05:50:51 +00:00
Linux compile fixes
This commit is contained in:
@@ -67,7 +67,7 @@ void library_loaded()
|
||||
CaptureOptions optstruct;
|
||||
readCapOpts(optstr.c_str(), &optstruct);
|
||||
|
||||
RenderDoc::Inst().SetCaptureOptions(&optstruct);
|
||||
RenderDoc::Inst().SetCaptureOptions(optstruct);
|
||||
}
|
||||
|
||||
if(logfile)
|
||||
|
||||
Reference in New Issue
Block a user