diff --git a/Runtime/ImGuiConsole.cpp b/Runtime/ImGuiConsole.cpp index f74173cc7..b1a31dc44 100644 --- a/Runtime/ImGuiConsole.cpp +++ b/Runtime/ImGuiConsole.cpp @@ -722,7 +722,7 @@ void ImGuiConsole::ShowAboutWindow(bool preLaunch) { ImGui::PopStyleColor(); ImGui::Dummy(padding); } - ImGuiTextCenter("2015-2022"); + ImGuiTextCenter("2015-2025"); ImGui::BeginGroup(); ImGui::PushStyleColor(ImGuiCol_Text, IM_COL32(255, 255, 255, 200)); ImGuiStringViewText("Development & Research");