Skip to content

Commit

Permalink
Change default post_processing_texture_bits to 10
Browse files Browse the repository at this point in the history
Since the legacy GL driver is no longer the default,
we don't run into a situation where an unintended fallback to 8-bit happens.
  • Loading branch information
sfan5 committed Dec 31, 2024
1 parent 1a6ae14 commit ded8c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ void set_default_settings()

// Effects
settings->setDefault("enable_post_processing", "true");
settings->setDefault("post_processing_texture_bits", "16");
settings->setDefault("post_processing_texture_bits", "10");
settings->setDefault("directional_colored_fog", "true");
settings->setDefault("inventory_items_animations", "false");
settings->setDefault("mip_map", "false");
Expand Down

0 comments on commit ded8c25

Please sign in to comment.