mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
parent
bef383985e
commit
769341e180
4 changed files with 0 additions and 9 deletions
|
|
@ -1110,7 +1110,6 @@ void VisualServerCanvas::canvas_light_set_shadow_buffer_size(RID p_light, int p_
|
|||
if (new_size == clight->shadow_buffer_size)
|
||||
return;
|
||||
|
||||
print_line("create shadow buffer: " + itos(p_size));
|
||||
clight->shadow_buffer_size = next_power_of_2(p_size);
|
||||
|
||||
if (clight->shadow_buffer.is_valid()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue