Skip to content

Commit 21b0bfc

Browse files
committed
Set screenshot size to 128px for better clarity
1 parent 39d4878 commit 21b0bfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MVE2dev/Classes/MapVoteClientWindow.uc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ function Paint (Canvas C, float MouseX, float MouseY)
10481048
C.DrawColor.R = 255;
10491049
C.DrawColor.G = 255;
10501050
C.DrawColor.B = 255;
1051-
W = PlayerListwidth;
1051+
W = size;
10521052

10531053
// aspect ratio
10541054
R = Screenshot.VSize;

0 commit comments

Comments
 (0)