From cdc0a1564bdbf4a42f8d08c4f5fdc0a69a597504 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 17 Mar 2008 21:51:30 +0000 Subject: [PATCH] comment typo --- panda/src/pgraph/geomNode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/geomNode.cxx b/panda/src/pgraph/geomNode.cxx index ba875cb022..08206a0ff8 100644 --- a/panda/src/pgraph/geomNode.cxx +++ b/panda/src/pgraph/geomNode.cxx @@ -174,7 +174,7 @@ apply_attribs_to_vertices(const AccumulatedAttribs &attribs, int attrib_types, entry._state = entry._state->set_attrib(ColorAttrib::make_flat(csa->get_scale())); } else if (ca->get_color_type() == ColorAttrib::T_flat) { - // ColorAttrib::T_off means the color scale modulates + // ColorAttrib::T_flat means the color scale modulates // the specified color to produce a new color. const Colorf &c1 = ca->get_color(); const LVecBase4f &c2 = csa->get_scale();