mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 11:58:12 +00:00
The refresh rate in SDL_DisplayMode is now a float
This commit is contained in:
@@ -78,7 +78,7 @@ typedef struct
|
||||
int logical_h;
|
||||
float scale;
|
||||
int depth;
|
||||
int refresh_rate;
|
||||
float refresh_rate;
|
||||
int num_windows;
|
||||
SDL_Window **windows;
|
||||
|
||||
|
Reference in New Issue
Block a user