Skip to content

Commit 9d48812

Browse files
committed
tooltip fix
1 parent 70bf3e0 commit 9d48812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShaderBeam/Shaders/CRTBeamSimulatorShader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class CRTBeamSimulatorShader : public SinglePassShaderProfile
7777
AddParameter("LCD Anti-retention",
7878
"Prevents image retention from BFI interfering with LCD voltage polarity inversion algorithm\n"
7979
"- It will cause occasional stutter as it desyncs CRT refresh rate from content refresh rate.\n"
80-
"- Auto-disabled on OLEDs and LCDs with even subframe count.",
80+
"- Auto-disabled on OLEDs and LCDs with odd subframe count.",
8181
&m_lcdAntiRetention,
8282
0,
8383
1,

0 commit comments

Comments
 (0)