Changed some error messages

This commit is contained in:
n00b87
2025-08-04 16:50:40 -05:00
parent 3a217d9438
commit ea9a92d9ed
6 changed files with 231 additions and 230 deletions

View File

@@ -1484,7 +1484,7 @@ void rc_media_setWindowFullscreen(int win_num, int flag)
}
else if(SDL_GetWindowDisplayMode(rc_win[win_num], &rc_displayMode[win_num])<0)
{
cout << "Something happend: " << SDL_GetError() << endl;
cout << "SetWindowFullscreen Error: " << SDL_GetError() << endl;
#ifndef RC_MOBILE
rc_fullscreen_mouse_scale_x[win_num] = 1;
rc_fullscreen_mouse_scale_y[win_num] = 1;