Skip to content

Commit

Permalink
Fixup for 3f3bcda
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Jul 29, 2023
1 parent 4cb1cc7 commit 5173728
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ index b8fa5d7d3ae..25c5e57fca0 100644
+static const struct wined3d_gl_info *wined3d_prepare_vr_gl_context(struct wined3d_device *device)
+{
+ const struct wined3d_adapter *adapter = device->adapter;
+ const struct wined3d_gl_info *gl_info = &adapter->gl_info;
+ const struct wined3d_gl_info *gl_info = &wined3d_adapter_gl_const(adapter)->gl_info;
+ struct wined3d_vr_gl_context *ctx = &device->vr_context;
+ PIXELFORMATDESCRIPTOR pfd;
+ int pixel_format;
Expand Down

0 comments on commit 5173728

Please sign in to comment.