Add Mac's dxc package

This commit is contained in:
moudgils
2021-05-18 17:42:41 -07:00
parent 83f29f4a34
commit 0a2c95cc20
2 changed files with 3 additions and 4 deletions
@@ -269,13 +269,13 @@ namespace AZ
{
ImGui::BeginChild(heapMemoryId.c_str());
ImGui::SetScrollY(scrollingY);
ImGui::End();
ImGui::EndChild();
}
{
ImGui::BeginChild(scopesId.c_str());
ImGui::SetScrollX(scrollingX);
ImGui::End();
ImGui::EndChild();
}
ImGui::PopStyleVar(3);