瀏覽代碼

Remove debugging print from the VoxelGI baker

Hugo Locurcio 3 年之前
父節點
當前提交
9b5785f064
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      scene/3d/voxelizer.cpp

+ 0 - 1
scene/3d/voxelizer.cpp

@@ -618,7 +618,6 @@ void Voxelizer::begin_bake(int p_subdiv, const AABB &p_bounds) {
 	bake_cells.resize(1);
 	material_cache.clear();
 
-	print_line("subdiv: " + itos(p_subdiv));
 	//find out the actual real bounds, power of 2, which gets the highest subdivision
 	po2_bounds = p_bounds;
 	int longest_axis = po2_bounds.get_longest_axis_index();