From ab05f9077e33f69cfeb129040de8159363912da3 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Mon, 18 Sep 2023 08:55:42 -0400 Subject: [PATCH] Fixed typo --- Editor/src/Windows/EditorInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/src/Windows/EditorInterface.cpp b/Editor/src/Windows/EditorInterface.cpp index 112b14de..399f0f8c 100644 --- a/Editor/src/Windows/EditorInterface.cpp +++ b/Editor/src/Windows/EditorInterface.cpp @@ -462,7 +462,7 @@ namespace Nuake { return; const Ref env = Engine::GetCurrentScene()->GetEnvironment(); - if (ImGui::Begin("Environnement")) + if (ImGui::Begin((ICON_FA_MOUNTAIN + std::string(" Environment")).c_str())) { BEGIN_COLLAPSE_HEADER(SKY); if (ImGui::BeginTable("EnvTable", 3, ImGuiTableFlags_BordersInner | ImGuiTableFlags_SizingStretchProp))