mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 14:31:50 +00:00
default to round things
This commit is contained in:
parent
e521dabf42
commit
1ec1bcc4df
3 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ namespace CodeImp.DoomBuilder.Config
|
|||
visualviewrange = cfg.ReadSetting("visualviewrange", 1000f);
|
||||
imagebrightness = cfg.ReadSetting("imagebrightness", 3);
|
||||
qualitydisplay = cfg.ReadSetting("qualitydisplay", true);
|
||||
squarethings = cfg.ReadSetting("squarethings", true);
|
||||
squarethings = cfg.ReadSetting("squarethings", false);
|
||||
|
||||
// Success
|
||||
return true;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
Loading…
Reference in a new issue