Removed non-inclusive terms from comments (#803)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user