David Rose пре 22 година
родитељ
комит
25a44c9b26
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      panda/src/gobj/preparedGraphicsObjects.h

+ 2 - 1
panda/src/gobj/preparedGraphicsObjects.h

@@ -36,7 +36,8 @@ class GraphicsStateGuardianBase;
 // Description : A table of objects that are saved within the graphics
 //               context for reference by handle later.  Generally,
 //               this represents things like OpenGL texture objects or
-//               display lists.
+//               display lists (or their equivalent on other
+//               platforms).
 //
 //               This object simply records the pointers to the
 //               context objects created by the individual GSG's;