mirror of https://github.com/encounter/SDL.git
[KMS/DRM][Vulkan] Fix small warning, thanks to Ozkan Sezer for spotting it.
This commit is contained in:
parent
a6dc838d52
commit
09fcc9ed17
|
@ -199,7 +199,7 @@ SDL_bool KMSDRM_Vulkan_CreateSurface(_THIS,
|
|||
VkExtent2D image_size;
|
||||
VkDisplayModeKHR *display_mode = NULL;
|
||||
VkDisplayModePropertiesKHR display_mode_props = {0};
|
||||
VkDisplayModeParametersKHR new_mode_parameters = {0};
|
||||
VkDisplayModeParametersKHR new_mode_parameters = { {0, 0}, 0};
|
||||
|
||||
VkResult result;
|
||||
SDL_bool ret = SDL_FALSE;
|
||||
|
|
Loading…
Reference in New Issue