Headerprint for extrude along face normal was sometimes wrong, because of

invalid pointer.
This commit is contained in:
2004-11-12 15:30:37 +00:00
parent 42dd03f1c2
commit f5a9209f28

View File

@@ -5368,6 +5368,8 @@ void transform(int mode)
}
tv= transvmain;
if(mode=='n' && tv->nor) {
if (typemode)
sprintf(str, "D: >%.4f< Along faces normal", dot);