Skip to content

Commit

Permalink
Fix style error from previous merge
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Jan 22, 2022
1 parent 6c0c0c4 commit aa6465c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gles2/rasterizer_scene_gles2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4099,7 +4099,6 @@ void RasterizerSceneGLES2::finalize() {
RasterizerSceneGLES2::RasterizerSceneGLES2() {
_light_counter = 0;
directional_shadow_size = next_power_of_2(int(GLOBAL_GET("rendering/quality/directional_shadow/size")));

}

RasterizerSceneGLES2::~RasterizerSceneGLES2() {
Expand Down

0 comments on commit aa6465c

Please sign in to comment.