Skip to content

Commit

Permalink
[TEW2] Fix Version
Browse files Browse the repository at this point in the history
  • Loading branch information
marat569 committed Nov 12, 2024
1 parent 276f4d5 commit 1d64d7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/games/tew2/addon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@

#include "../../mods/shader.hpp"
#include "../../mods/swapchain.hpp"
#include "../../utils/date.hpp"
#include "../../utils/settings.hpp"
#include "./shared.h"


namespace {

renodx::mods::shader::CustomShaders custom_shaders = {
Expand Down Expand Up @@ -216,7 +218,7 @@ renodx::utils::settings::Settings settings = {

new renodx::utils::settings::Setting{
.value_type = renodx::utils::settings::SettingValueType::TEXT,
.label = "Version: " + std::string(IsoDate),
.label = std::string("Build: ") + renodx::utils::date::ISO_DATE_TIME,
.section = "About",
.tooltip = std::string(__DATE__),
},
Expand Down

0 comments on commit 1d64d7d

Please sign in to comment.