mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-08 07:41:12 +00:00
Fix compile error
This commit is contained in:
@@ -458,7 +458,7 @@ ReplayStatus IMG_CreateReplayDevice(RDCFile *rdc, IReplayDriver **driver)
|
||||
|
||||
if((*driver)->GetResources()[0].resourceId == ResourceId())
|
||||
{
|
||||
driver->Shutdown();
|
||||
(*driver)->Shutdown();
|
||||
return ReplayStatus::ImageUnsupported;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user