mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-06-07 09:45:55 +02:00
commit
f34e00176e
1 changed files with 1 additions and 0 deletions
|
@ -896,6 +896,7 @@ void Steam_Overlay::set_next_notification_pos(std::pair<float, float> scrn_size,
|
||||||
).y;
|
).y;
|
||||||
noti_height = msg_height + settings->overlay_appearance.font_size + global_style.WindowPadding.y;
|
noti_height = msg_height + settings->overlay_appearance.font_size + global_style.WindowPadding.y;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case notification_type::message: pos = settings->overlay_appearance.chat_msg_pos; break;
|
case notification_type::message: pos = settings->overlay_appearance.chat_msg_pos; break;
|
||||||
default: PRINT_DEBUG("ERROR: unhandled notification type %i", (int)noti.type); break;
|
default: PRINT_DEBUG("ERROR: unhandled notification type %i", (int)noti.type); break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue