From 99d5f30ed85feef8d9f1004d523c6df32d84e41e Mon Sep 17 00:00:00 2001 From: Luke Street Date: Thu, 3 Apr 2025 00:29:13 -0600 Subject: [PATCH] Update About --- Runtime/ImGuiConsole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");