From 78d834fe60675174b21114882474b33e2c6d3da1 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 2 Sep 2005 17:26:38 +0000 Subject: [PATCH] update comment --- panda/src/gobj/savedContext.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/panda/src/gobj/savedContext.h b/panda/src/gobj/savedContext.h index 3ccd20fe6f..2de6f7c3f9 100644 --- a/panda/src/gobj/savedContext.h +++ b/panda/src/gobj/savedContext.h @@ -25,8 +25,12 @@ //////////////////////////////////////////////////////////////////// // Class : SavedContext -// Description : This is the base class for both a TextureContext and -// a GeomContext. +// Description : This is the base class for all GSG-specific context +// objects, such as TextureContext and GeomContext. It +// exists mainly to provide some structural +// organization. At the moment, there are no methods +// common to all of these objects, but there might be +// one day. //////////////////////////////////////////////////////////////////// class EXPCL_PANDA SavedContext : public TypedObject { public: