mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-06 14:51:04 +00:00
Compile fix for linux with added void* cast
This commit is contained in:
@@ -1569,7 +1569,7 @@ void WrappedOpenGL::ActivateContext(GLWindowingData winData)
|
||||
// consider an attribs created context, to avoid starting capturing when the user is creating
|
||||
// dummy contexts to be able to create the real one.
|
||||
if(ctxdata.attribsCreate)
|
||||
FirstFrame(ctxdata.ctx, winData.wnd);
|
||||
FirstFrame(ctxdata.ctx, (void *)winData.wnd);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user