Browse Source

added comment

Dave Schuyler 21 years ago
parent
commit
097e6bcb5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/particlesystem/particleSystemManager.h

+ 1 - 1
panda/src/particlesystem/particleSystemManager.h

@@ -29,8 +29,8 @@
 // Description : Manages a set of individual ParticleSystem objects,
 // Description : Manages a set of individual ParticleSystem objects,
 //               so that each individual one doesn't have to be
 //               so that each individual one doesn't have to be
 //               updated and rendered every frame
 //               updated and rendered every frame
+//    See Also : particleSystemManager.cxx
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
-
 class EXPCL_PANDAPHYSICS ParticleSystemManager {
 class EXPCL_PANDAPHYSICS ParticleSystemManager {
 PUBLISHED:
 PUBLISHED:
   ParticleSystemManager(int every_nth_frame = 1);
   ParticleSystemManager(int every_nth_frame = 1);