Update System.h

This commit is contained in:
Talkashie 2018-06-12 19:47:54 -05:00 committed by kd-11
parent 14dc1fead6
commit f491dc1413
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ struct cfg_root : cfg::node
cfg::_bool debug_output{this, "Debug output"};
cfg::_bool overlay{this, "Debug overlay"};
cfg::_bool gl_legacy_buffers{this, "Use Legacy OpenGL Buffers"};
cfg::_bool use_gpu_texture_scaling{this, "Use GPU texture scaling", true};
cfg::_bool use_gpu_texture_scaling{this, "Use GPU texture scaling", false};
cfg::_bool stretch_to_display_area{this, "Stretch To Display Area"};
cfg::_bool force_high_precision_z_buffer{this, "Force High Precision Z buffer"};
cfg::_bool strict_rendering_mode{this, "Strict Rendering Mode"};