Skip to content

Commit

Permalink
Fix module for r.ScreenPercentage (modular builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jun 23, 2023
1 parent ed3c9f0 commit aeb16f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/vr/CVarManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class CVarManager final : public ModComponent {

// Floats
std::make_unique<CVarStandard>(L"Renderer", L"r.Upscale.Softness", CVar::Type::FLOAT, 0.0f, 1.0f),
std::make_unique<CVarStandard>(L"Renderer", L"r.ScreenPercentage", CVar::Type::FLOAT, 10.0f, 150.0f),
std::make_unique<CVarStandard>(L"Core", L"r.ScreenPercentage", CVar::Type::FLOAT, 10.0f, 150.0f),
};

static inline std::vector<std::shared_ptr<CVarData>> s_default_data_cvars {
Expand Down

0 comments on commit aeb16f1

Please sign in to comment.