mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 14:57:27 +08:00
feat(PlayerWindow): Set next window size
This commit is contained in:
parent
afafbcd3d4
commit
e2912118b9
@ -10,6 +10,8 @@ namespace big
|
||||
char title[64];
|
||||
strcpy(title, "Player Options: ");
|
||||
strcat(title, g_selectedPlayer.name);
|
||||
|
||||
ImGui::SetNextWindowSize({ 350.f, 300.f });
|
||||
if (ImGui::Begin(title))
|
||||
{
|
||||
if (ImGui::Button("Close"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user