mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-19 14:32:19 +00:00
Update embedded resources
This commit is contained in:
parent
d9d4ca2196
commit
1ccd8b20e5
2 changed files with 1 additions and 4 deletions
|
|
@ -432,9 +432,6 @@ static void DrawLeftImage()
|
|||
ImVec2 min = { Scale(IMAGE_X), Scale(IMAGE_Y) };
|
||||
ImVec2 max = { Scale(IMAGE_X + IMAGE_WIDTH), Scale(IMAGE_Y + IMAGE_HEIGHT) };
|
||||
drawList->AddImage(guestTexture, min, max, ImVec2(0, 0), ImVec2(1, 1), IM_COL32(255, 255, 255, a));
|
||||
|
||||
min.y = (min.y + max.y) / 2.0f;
|
||||
drawList->AddRectFilledMultiColor(min, max, IM_COL32_BLACK_TRANS, IM_COL32_BLACK_TRANS, IM_COL32(0, 0, 0, 255), IM_COL32(0, 0, 0, 255));
|
||||
}
|
||||
|
||||
static void DrawHeaderIconsForInstallPhase(double iconsPosX, double iconsPosY, double iconsScale)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 13b47cd03c70f15f1f3deb2a31f0f15c5e26eac3
|
||||
Subproject commit 8db2d6aa366f6a89005a6736428b459f66bd6767
|
||||
Loading…
Add table
Reference in a new issue