This repository was archived by the owner on Jul 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ inline static void footer() noexcept
2020 static const auto buildText{ " Last Build: " s + __DATE__ + " - " + __TIME__ };
2121 ImGui::Separator ();
2222 ImGui::textUnformattedCentered (buildText.c_str ());
23- ImGui::textUnformattedCentered (" Copyright (C) 2021-2023 R3nzTheCodeGOD" );
23+ ImGui::textUnformattedCentered (" Copyright (C) 2021-2024 R3nzTheCodeGOD" );
2424}
2525
2626static void changeTurretSkin (const std::int32_t skinId, const std::int32_t team) noexcept
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ namespace R3nzSkinInjector {
301301 this ->copyrightLabel ->Size = Drawing::Size (207 , 14 );
302302 this ->copyrightLabel ->TabIndex = 11 ;
303303 this ->copyrightLabel ->TabStop = true ;
304- this ->copyrightLabel ->Text = L" Copyright (c) 2021-2023 R3nzTheCodeGOD" ;
304+ this ->copyrightLabel ->Text = L" Copyright (c) 2021-2024 R3nzTheCodeGOD" ;
305305 this ->copyrightLabel ->TextAlign = ContentAlignment::MiddleCenter;
306306 this ->copyrightLabel ->LinkClicked += gcnew LinkLabelLinkClickedEventHandler (this , &R3nzUI::copyrightLabel_LinkClicked);
307307 //
You can’t perform that action at this time.
0 commit comments