aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/render/Renderer.cpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-08-05 01:46:11 +0200
committerVaxry <[email protected]>2024-08-05 01:46:11 +0200
commitf2533c55cc25381d764978199ba8ada8957597c8 (patch)
treed9bf9d5fdfb121e6627da62882d0435279d9d823 /src/render/Renderer.cpp
parentbd117837aa36912178d4a6cb23284c04b18dd382 (diff)
downloadHyprland-f2533c55cc25381d764978199ba8ada8957597c8.tar.gz
Hyprland-f2533c55cc25381d764978199ba8ada8957597c8.zip
typo eh
Diffstat (limited to 'src/render/Renderer.cpp')
-rw-r--r--src/render/Renderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Renderer.cpp b/src/render/Renderer.cpp
index 10e45161..787367a3 100644
--- a/src/render/Renderer.cpp
+++ b/src/render/Renderer.cpp
@@ -2650,7 +2650,7 @@ void CHyprRenderer::endRender() {
const auto PMONITOR = g_pHyprOpenGL->m_RenderData.pMonitor;
static auto PNVIDIAANTIFLICKER = CConfigValue<Hyprlang::INT>("opengl:nvidia_anti_flicker");
static auto PENABLEEXPLICIT = CConfigValue<Hyprlang::INT>("render:explicit_sync");
- static auto PENABLEEXPLICITKMS = CConfigValue<Hyprlang::INT>("render:render:explicit_sync_kms");
+ static auto PENABLEEXPLICITKMS = CConfigValue<Hyprlang::INT>("render:explicit_sync_kms");
PMONITOR->commitSeq++;