mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 05:35:48 +00:00
Compile fix
This commit is contained in:
@@ -312,7 +312,7 @@ class OpenGLHook : LibraryHook
|
||||
|
||||
GLWindowingData MakeContext(GLWindowingData share)
|
||||
{
|
||||
GLWindowingData ret = {0};
|
||||
GLWindowingData ret;
|
||||
if(glXCreateContextAttribsARB_real)
|
||||
{
|
||||
const int attribs[] = {
|
||||
|
||||
@@ -268,7 +268,7 @@ class OpenGLHook : LibraryHook
|
||||
|
||||
GLWindowingData MakeContext(GLWindowingData share)
|
||||
{
|
||||
GLWindowingData ret = {0};
|
||||
GLWindowingData ret;
|
||||
if(wglCreateContextAttribsARB_realfunc)
|
||||
{
|
||||
const int attribs[] = {
|
||||
|
||||
Reference in New Issue
Block a user