Removed non-inclusive terms from comments (#803)

This commit is contained in:
Terry Michaels
2021-05-18 11:43:55 -05:00
committed by GitHub
parent f624fefeac
commit 7109cbbc98
2 changed files with 2 additions and 2 deletions
@@ -163,7 +163,7 @@ namespace ImGui
void ImGuiLYAssetExplorer::ImGuiUpdate_DrawMenu()
{
// Master on / off Switch
// Primary on / off Switch
ImGui::Checkbox("Mesh Debug Enabled", &m_meshDebugEnabled);
ImGui::SameLine();
@@ -103,7 +103,7 @@ namespace ImGui
void MeshInstanceList_CheckMeshFilter();
void MeshInstanceList_CheckEntityFilter();
// The Master list of Meshes and Instances of them
// The Primary list of Meshes and Instances of them
AZStd::list<MeshInstanceDisplayList> m_meshInstanceDisplayList;
// Helper functions for the ImGui Update