1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Fix style error from previous merge

This commit is contained in:
Rémi Verschelde
2022-01-22 16:23:28 +01:00
committed by GitHub
parent 6c0c0c4b29
commit aa6465cd5b

View File

@@ -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() {