mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +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"
|
||||
StaticText " "
|
||||
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 "Column render mode", "r_columnmethod", "ColumnMethods"
|
||||
|
||||
|
|
Loading…
Reference in a new issue