From d77e6b21da193cc047862cf6ea04ea916aeaf695 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 24 May 2001 02:41:50 +0000 Subject: [PATCH] minor output change --- panda/src/sgraphutil/sceneGraphAnalyzer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/sgraphutil/sceneGraphAnalyzer.cxx b/panda/src/sgraphutil/sceneGraphAnalyzer.cxx index 2650399542..5259288768 100644 --- a/panda/src/sgraphutil/sceneGraphAnalyzer.cxx +++ b/panda/src/sgraphutil/sceneGraphAnalyzer.cxx @@ -122,7 +122,7 @@ write(ostream &out, int indent_level) const { << _num_vertices << " vertices, " << _num_normals << " normals, " << _num_texcoords << " texture coordinates.\n"; - if (_num_normals != 0) { + if (_num_long_normals != 0 || _num_short_normals != 0) { indent(out, indent_level) << _num_long_normals << " normals are too long, " << _num_short_normals << " are too short. Average normal length is "