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();