From 7109cbbc9867be366c1e4d956b97d3e5d0d672f5 Mon Sep 17 00:00:00 2001 From: Terry Michaels <81711813+tjmichaels@users.noreply.github.com> Date: Tue, 18 May 2021 11:43:55 -0500 Subject: [PATCH] Removed non-inclusive terms from comments (#803) --- Gems/ImGui/Code/Source/LYCommonMenu/ImGuiLYAssetExplorer.cpp | 2 +- Gems/ImGui/Code/Source/LYCommonMenu/ImGuiLYAssetExplorer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gems/ImGui/Code/Source/LYCommonMenu/ImGuiLYAssetExplorer.cpp b/Gems/ImGui/Code/Source/LYCommonMenu/ImGuiLYAssetExplorer.cpp index 251c178035..093c9dad22 100644 --- a/Gems/ImGui/Code/Source/LYCommonMenu/ImGuiLYAssetExplorer.cpp +++ b/Gems/ImGui/Code/Source/LYCommonMenu/ImGuiLYAssetExplorer.cpp @@ -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(); diff --git a/Gems/ImGui/Code/Source/LYCommonMenu/ImGuiLYAssetExplorer.h b/Gems/ImGui/Code/Source/LYCommonMenu/ImGuiLYAssetExplorer.h index b5f8ea576c..04d87575fb 100644 --- a/Gems/ImGui/Code/Source/LYCommonMenu/ImGuiLYAssetExplorer.h +++ b/Gems/ImGui/Code/Source/LYCommonMenu/ImGuiLYAssetExplorer.h @@ -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 m_meshInstanceDisplayList; // Helper functions for the ImGui Update