From 363d47f6444fb5b074ddffeee00acb85ee7c0087 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 29 Nov 2004 21:11:55 +0000 Subject: [PATCH] oops! --- panda/src/egg/eggPolygon.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/egg/eggPolygon.cxx b/panda/src/egg/eggPolygon.cxx index 8736195e9c..1f78b96a19 100644 --- a/panda/src/egg/eggPolygon.cxx +++ b/panda/src/egg/eggPolygon.cxx @@ -134,8 +134,8 @@ is_planar() const { // Nope, too far away--the polygon is nonplanar. return false; } - ++vi; } + ++vi; } // All vertices are close enough to pass.