Browse Source

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

jp9000 11 năm trước cách đây
mục cha
commit
141b22e76e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)