From 2848f047c9743fd28554393a72dae8036cf77ff8 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Tue, 8 May 2007 21:09:04 +0000 Subject: [PATCH] call ParticleSystem::init_type() --- panda/src/particlesystem/config_particlesystem.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/particlesystem/config_particlesystem.cxx b/panda/src/particlesystem/config_particlesystem.cxx index ddc67b3fae..a255c19772 100644 --- a/panda/src/particlesystem/config_particlesystem.cxx +++ b/panda/src/particlesystem/config_particlesystem.cxx @@ -49,5 +49,6 @@ init_libparticlesystem() { } initialized = true; + ParticleSystem::init_type(); }