Skip to content

Commit

Permalink
dev(ue): add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Dec 26, 2024
1 parent f829f86 commit 9dabbee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/games/ue-dx11/addon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "../../utils/settings.hpp"
#include "./shared.h"


namespace {

renodx::mods::shader::CustomShaders custom_shaders = {
Expand Down
2 changes: 1 addition & 1 deletion src/games/ue-dx12/addon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ renodx::utils::settings::Settings settings = {
.default_value = 1.f,
.label = "Gamma Correction",
.section = "Tone Mapping",
.tooltip = "Emulates a display EOTF."
.tooltip = "Emulates a display EOTF.",
.labels = {"Off", "2.2", "BT.1886"},
},
new renodx::utils::settings::Setting{
Expand Down

0 comments on commit 9dabbee

Please sign in to comment.