Browse Source

call ParticleSystem::init_type()

Darren Ranalli 18 years ago
parent
commit
2848f047c9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/particlesystem/config_particlesystem.cxx

+ 1 - 0
panda/src/particlesystem/config_particlesystem.cxx

@@ -49,5 +49,6 @@ init_libparticlesystem() {
   }
   initialized = true;
 
+  ParticleSystem::init_type();
 }