(D3D) Build fix

This commit is contained in:
twinaphex 2014-09-11 19:20:23 +02:00
parent 92063fd979
commit 350fe72d65

View File

@ -628,8 +628,8 @@ static void *d3d_init(const video_info_t *info,
#endif
#ifdef _XBOX
vid->should_resize = false;
#endif
vid->vsync = info->vsync;
#endif
vid->menu = NULL;
if (!d3d_construct(vid, info, input, input_data))