mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Linux compile fix
This commit is contained in:
@@ -142,7 +142,7 @@ void *intercept_dlopen(const char *filename, int flag, void *ret)
|
||||
|
||||
for(FunctionLoadCallback cb : callbacks)
|
||||
if(cb)
|
||||
cb(handle);
|
||||
cb(ret);
|
||||
|
||||
ret = realdlopen("librenderdoc.so", flag);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user