mirror of https://github.com/bkaradzic/bgfx
Updated ImGui.
This commit is contained in:
parent
d086b31daa
commit
70faaed2e2
|
@ -1654,7 +1654,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