mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 03:05:35 +08:00
Update steam_overlay.cpp
Please
This commit is contained in:
parent
0cd118075a
commit
995414e117
@ -1449,7 +1449,7 @@ void Steam_Overlay::render_main_window()
|
||||
|
||||
ImGui::TableSetColumnIndex(0);
|
||||
auto &icon_rsrc = achieved ? x.icon : x.icon_gray;
|
||||
if (icon_rsrc->GetResourceId() != 0)) {
|
||||
if (icon_rsrc->GetResourceId() != 0) {
|
||||
ImGui::Image(
|
||||
icon_rsrc->GetResourceId(),
|
||||
ImVec2(settings->overlay_appearance.icon_size, settings->overlay_appearance.icon_size)
|
||||
|
Loading…
Reference in New Issue
Block a user