mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-01-31 10:40:33 +00:00
- Changed the gamma slider in the menu to bottom out at 0.75 instead of 1.0 and to move in
increments of 0.05 instead of 0.1. SVN r3848 (trunk)
This commit is contained in:
parent
1c71c1dce1
commit
6645121519
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ OptionMenu "VideoOptions"
|
||||||
Submenu "Scoreboard Options", "ScoreboardOptions"
|
Submenu "Scoreboard Options", "ScoreboardOptions"
|
||||||
StaticText " "
|
StaticText " "
|
||||||
Slider "Screen size", "screenblocks", 3.0, 12.0, 1.0, 0
|
Slider "Screen size", "screenblocks", 3.0, 12.0, 1.0, 0
|
||||||
Slider "Brightness", "Gamma", 1.0, 3.0, 0.1
|
Slider "Brightness", "Gamma", 0.75, 3.0, 0.05, 2
|
||||||
Option "Vertical Sync", "vid_vsync", "OnOff"
|
Option "Vertical Sync", "vid_vsync", "OnOff"
|
||||||
Option "Column render mode", "r_columnmethod", "ColumnMethods"
|
Option "Column render mode", "r_columnmethod", "ColumnMethods"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue