From: mfranz Date: Fri, 11 Nov 2005 17:41:31 +0000 (+0000) Subject: try to fix faces that come after (currently) unfixable faces X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0df186e62f0bf133a815a15287bec8f4fd524432;p=flightgear.git try to fix faces that come after (currently) unfixable faces --- diff --git a/utils/Modeller/ac3d-despeckle b/utils/Modeller/ac3d-despeckle index fc4c3466d..abecec42c 100755 --- a/utils/Modeller/ac3d-despeckle +++ b/utils/Modeller/ac3d-despeckle @@ -130,7 +130,7 @@ while (<>) { if ($n < 3 or $n > 4) { report("?") if $VERBOSE; unless ($NOOP) { - print scalar(<>) foreach (0 .. $n); + print scalar(<>) foreach (1 .. $n); } next; }