Merge pull request #5836 from volzhs/issue-5830
Remove "SMOOTH BEGIN?" message
This commit is contained in:
commit
ad55c63918
1 changed files with 0 additions and 2 deletions
|
@ -752,8 +752,6 @@ void SurfaceTool::generate_normals() {
|
|||
if (smooth_groups.has(0))
|
||||
smooth=smooth_groups[0];
|
||||
|
||||
print_line("SMOOTH BEGIN? "+itos(smooth));
|
||||
|
||||
List< Vertex >::Element *B=vertex_array.front();
|
||||
for(List< Vertex >::Element *E=B;E;) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue