You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Merge pull request #53524 from Calinou/voxelizer-remove-debug-print
Remove debugging print from the VoxelGI baker
This commit is contained in:
@@ -618,7 +618,6 @@ void Voxelizer::begin_bake(int p_subdiv, const AABB &p_bounds) {
|
|||||||
bake_cells.resize(1);
|
bake_cells.resize(1);
|
||||||
material_cache.clear();
|
material_cache.clear();
|
||||||
|
|
||||||
print_line("subdiv: " + itos(p_subdiv));
|
|
||||||
//find out the actual real bounds, power of 2, which gets the highest subdivision
|
//find out the actual real bounds, power of 2, which gets the highest subdivision
|
||||||
po2_bounds = p_bounds;
|
po2_bounds = p_bounds;
|
||||||
int longest_axis = po2_bounds.get_longest_axis_index();
|
int longest_axis = po2_bounds.get_longest_axis_index();
|
||||||
|
|||||||
Reference in New Issue
Block a user