From 42dea034e8ea855b0504aea6404393b8e85d28f1 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 14 Dec 2009 20:46:45 +0000 Subject: [PATCH] whoops, comment --- panda/src/pgui/pgFrameStyle.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/pgui/pgFrameStyle.cxx b/panda/src/pgui/pgFrameStyle.cxx index 9ae4cb8c3e..8da601670e 100644 --- a/panda/src/pgui/pgFrameStyle.cxx +++ b/panda/src/pgui/pgFrameStyle.cxx @@ -276,8 +276,8 @@ generate_flat_geom(const LVecBase4f &frame) { //////////////////////////////////////////////////////////////////// // Function: PGFrameStyle::generate_bevel_geom // Access: Private -// Description: Generates the GeomNode appropriate to a T_bevel_in, -// T_bevel_out, or T_texture_border frame. +// Description: Generates the GeomNode appropriate to a T_bevel_in +// or T_bevel_out frame. //////////////////////////////////////////////////////////////////// PT(PandaNode) PGFrameStyle:: generate_bevel_geom(const LVecBase4f &frame, bool in) {