mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-06-07 17:55:55 +02:00
Update steam_overlay.cpp
fix "break;" missing
This commit is contained in:
parent
4f5fde12e7
commit
3b870a6eb0
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;
|
||||
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;
|
||||
default: PRINT_DEBUG("ERROR: unhandled notification type %i", (int)noti.type); break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue