Skip to content

Commit

Permalink
Merge branch 'shrink-flag-notifications' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
drzel committed May 9, 2024
2 parents 93f440e + 317c856 commit d137071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csqc/status.qc
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ void(PanelID panelid, string text) drawNotificationPanel = {
}
}
} else if (pick_up_time && time < pick_up_time + 1.5) {
local vector alert_text_size = MENU_TEXT_MEDIUM * panel.Scale;
local vector alert_text_size = MENU_TEXT_SMALL * panel.Scale;
local vector alert_text_position;
alert_text_position.y = ScreenSize.y / 3;
alert_text_position.x = (ScreenSize.x / 2) - (size.x / 2);
Expand Down

0 comments on commit d137071

Please sign in to comment.