mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-09-10 12:03:06 +02:00
remove this debug message!
This commit is contained in:
parent
21cce304e8
commit
41319dd3f7
1 changed files with 0 additions and 1 deletions
|
@ -840,7 +840,6 @@ void Steam_Overlay::set_next_notification_pos(float width, float height, const N
|
|||
|
||||
auto &global_style = ImGui::GetStyle();
|
||||
const float padding_all_sides = 2 * (global_style.WindowPadding.y + global_style.WindowPadding.x);
|
||||
PRINT_DEBUG("%f", padding_all_sides);
|
||||
|
||||
const float msg_height = ImGui::CalcTextSize(
|
||||
noti.message.c_str(),
|
||||
|
|
Loading…
Add table
Reference in a new issue