mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
Silence borderline warning (nw)
This commit is contained in:
parent
9d99398208
commit
cba86ac172
@ -1653,7 +1653,7 @@ ImGuiWindow* ImGui::GetParentWindow()
|
||||
{
|
||||
ImGuiState& g = *GImGui;
|
||||
IM_ASSERT(g.CurrentWindowStack.Size >= 2);
|
||||
return g.CurrentWindowStack[g.CurrentWindowStack.Size - 2];
|
||||
return g.CurrentWindowStack[(unsigned int)g.CurrentWindowStack.Size - 2];
|
||||
}
|
||||
|
||||
void ImGui::SetActiveID(ImGuiID id, ImGuiWindow* window = NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user