[Video/KMSDRM] Correct typo.

This commit is contained in:
Manuel Alfayate Corchete 2020-12-19 20:21:07 +01:00
parent cf48955680
commit af1f91cb36

View File

@ -207,7 +207,7 @@ SDL_bool KMSDRM_Vulkan_CreateSurface(_THIS,
a device index, which determines the GPU to use, but not the output. a device index, which determines the GPU to use, but not the output.
So we simply use the first connected output (ie, the first connected So we simply use the first connected output (ie, the first connected
video output) for now. video output) for now.
In other words, change this index to select a different input. Easy! */ In other words, change this index to select a different output. Easy! */
int display_index = 0; int display_index = 0;
int i; int i;