1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Remove debugging print following GI reorganization

This commit is contained in:
Hugo Locurcio
2022-07-01 20:08:10 +02:00
parent d8fe9ad864
commit f9e6b292e2

View File

@@ -3633,8 +3633,6 @@ void GI::process_gi(RID p_render_buffers, RID *p_normal_roughness_views, RID p_v
RD::get_singleton()->free(rb->rbgi.reflection_buffer); RD::get_singleton()->free(rb->rbgi.reflection_buffer);
} }
print_line("Allocating GI buffers"); // TESTING REMOVE BEFORE MERGING
// Remember the view count we're using // Remember the view count we're using
rb->rbgi.view_count = p_view_count; rb->rbgi.view_count = p_view_count;