Skip to content

Commit

Permalink
Reduce horizontal sync possible minimum value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed Dec 18, 2018
1 parent c85eba6 commit 863c1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/ShaderTerminal.qml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Item {

property real flickering: appSettings.flickering
property real horizontalSync: appSettings.horizontalSync
property real horizontalSyncStrength: Utils.lint(0.1, 0.35, horizontalSync)
property real horizontalSyncStrength: Utils.lint(0.05, 0.35, horizontalSync)
property real glowingLine: appSettings.glowingLine * 0.2
property real burnIn: appSettings.burnIn
property real burnInLastUpdate: burnInEffect.lastUpdate
Expand Down

0 comments on commit 863c1ac

Please sign in to comment.