1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-06-07 09:45:55 +02:00

Update steam_overlay.cpp

fix "break;" missing
This commit is contained in:
1842047134@qq.com 2025-02-24 00:50:13 +08:00 committed by GitHub
parent 4f5fde12e7
commit 3b870a6eb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}