ref: add enum for screen rotation

This commit is contained in:
mittorn
2019-11-04 20:27:46 +07:00
parent 0e7013eeb0
commit 1365020302
4 changed files with 15 additions and 4 deletions
+3 -1
View File
@@ -125,7 +125,9 @@ rserr_t R_ChangeDisplaySettings( int width, int height, qboolean fullscreen )
uint rotate = vid_rotate->value;
FB_GetScreenRes( &width, &height );
render_w = width, render_h = height;
render_w = width;
render_h = height;
Con_Reportf( "R_ChangeDisplaySettings: forced resolution to %dx%d)\n", width, height );