Fixed typo

This commit is contained in:
Antoine Pilote
2023-09-18 08:55:42 -04:00
parent 7901e07850
commit ab05f9077e

View File

@@ -462,7 +462,7 @@ namespace Nuake {
return;
const Ref<Environment> 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))