Skip to content

Commit 8fed52d

Browse files
committed
Fix render_scale bitfield width
1 parent 902dfbf commit 8fed52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Quake/gl_vidsdl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3536,7 +3536,7 @@ typedef struct end_rendering_parms_s
35363536
qboolean polyblend : 1;
35373537
qboolean menu : 1;
35383538
qboolean ray_debug : 1;
3539-
uint32_t render_scale : 3;
3539+
uint32_t render_scale : 4;
35403540
uint32_t vid_height : 20;
35413541
float time;
35423542
VkClearValue color_clear_value;

0 commit comments

Comments
 (0)