Merge pull request #6963 from alphanu1/master

casting int to float
This commit is contained in:
Twinaphex 2018-07-08 20:24:46 +02:00 committed by GitHub
commit fd86140514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ static void win32_display_server_destroy(void *data)
if (win32_orig_width > 0 && win32_orig_height > 0 )
video_display_server_switch_resolution(win32_orig_width, win32_orig_height,
win32_orig_refresh , win32_orig_refresh );
win32_orig_refresh , (float)win32_orig_refresh );
#ifdef HAS_TASKBAR_EXT
if (g_taskbarList && win32_taskbar_is_created())