diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-09-12 11:16:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-12 11:16:36 +0200 |
| commit | 3941e01a57653e6b2edb8f056f657f4ae9d569b0 (patch) | |
| tree | 187dcae4f455608e2c2edf9bd9ecb71454b43209 /main/main.cpp | |
| parent | cbe7c23afe0910e9ee50e198fdb3170214315ed7 (diff) | |
| parent | 5e18967d7730f162aa111b2972e3fdc80ee52579 (diff) | |
Merge pull request #11041 from hpvb/fix-clang-format-error
Fix serveral recent new clang-format errors
[ci skip]
Diffstat (limited to 'main/main.cpp')
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/main.cpp b/main/main.cpp index fe07ba484d..51d1d966b0 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1325,7 +1325,6 @@ bool Main::start() { int shadow_atlas_q2_subdiv = GLOBAL_GET("rendering/quality/shadow_atlas/quadrant_2_subdiv"); int shadow_atlas_q3_subdiv = GLOBAL_GET("rendering/quality/shadow_atlas/quadrant_3_subdiv"); - sml->get_root()->set_shadow_atlas_size(shadow_atlas_size); sml->get_root()->set_shadow_atlas_quadrant_subdiv(0, Viewport::ShadowAtlasQuadrantSubdiv(shadow_atlas_q0_subdiv)); sml->get_root()->set_shadow_atlas_quadrant_subdiv(1, Viewport::ShadowAtlasQuadrantSubdiv(shadow_atlas_q1_subdiv)); @@ -1347,7 +1346,6 @@ bool Main::start() { sml->set_auto_accept_quit(GLOBAL_DEF("application/config/auto_accept_quit", true)); sml->set_quit_on_go_back(GLOBAL_DEF("application/config/quit_on_go_back", true)); GLOBAL_DEF("gui/common/snap_controls_to_pixels", true); - } String local_game_path; |