diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-12 12:50:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 12:50:17 +0200 |
commit | 0e6cac8ab8cfa59274b51ab68d59fca8168b0c41 (patch) | |
tree | 67493fa7eef5b3452847b147ce93aa7ff1fe0316 /main | |
parent | 971b5160c61ccb7a009966d17d339997ea343da3 (diff) | |
parent | 54863b20e686944651415bf0a6af3ebc2cf9369f (diff) |
Merge pull request #29465 from bruvzg/per_pixel_transp_impr
Removes redundant "splash" setting, improves per pixel transparency documentation.
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index 14ef257526..3f01a17ea7 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -939,7 +939,6 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph OS::get_singleton()->_allow_layered = GLOBAL_DEF("display/window/per_pixel_transparency/allowed", false); video_mode.layered = GLOBAL_DEF("display/window/per_pixel_transparency/enabled", false); - video_mode.layered_splash = GLOBAL_DEF("display/window/per_pixel_transparency/splash", false); GLOBAL_DEF("rendering/quality/intended_usage/framebuffer_allocation", 2); GLOBAL_DEF("rendering/quality/intended_usage/framebuffer_allocation.mobile", 3); |