]> git.mxchange.org Git - flightgear.git/commitdiff
try to fix faces that come after (currently) unfixable faces
authormfranz <mfranz>
Fri, 11 Nov 2005 17:41:31 +0000 (17:41 +0000)
committermfranz <mfranz>
Fri, 11 Nov 2005 17:41:31 +0000 (17:41 +0000)
utils/Modeller/ac3d-despeckle

index fc4c3466dc6ceeae2e889a2f95cc6e9e71162452..abecec42c2452894a84106b4ff3126306016e2c5 100755 (executable)
@@ -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;
                }