feat(PlayerWindow): Set next window size

This commit is contained in:
Yimura 2021-01-17 23:31:10 +01:00
parent afafbcd3d4
commit e2912118b9

View File

@ -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"))