Browse Source

Fix comment for make_off function.

aignacio_sf 19 years ago
parent
commit
53e190a77a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      panda/src/pgraph/stencilAttrib.cxx

+ 2 - 1
panda/src/pgraph/stencilAttrib.cxx

@@ -78,7 +78,8 @@ StencilAttrib() {
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //     Function: StencilAttrib::make_off
 //     Function: StencilAttrib::make_off
 //       Access: Published, Static
 //       Access: Published, Static
-//  Description: Constructs a front face StencilAttrib.
+//  Description: Constructs a StencilAttrib that has stenciling 
+//               turned off.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 CPT(RenderAttrib) StencilAttrib::
 CPT(RenderAttrib) StencilAttrib::
 make_off()
 make_off()