Explorar el Código

not sure what was on my mind there but I totally got the variable names wrong in that last commit (for NSOpenGLContext update)

jp9000 hace 12 años
padre
commit
141b22e76e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libobs-opengl/gl-cocoa.m

+ 1 - 1
libobs-opengl/gl-cocoa.m

@@ -222,7 +222,7 @@ void gl_windowinfo_destroy(struct gl_windowinfo *wi)
 
 void gl_update(device_t device)
 {
-	[debug->play->context update]
+	[device->plat->context update]
 }
 
 void device_entercontext(device_t device)