[Orxonox-commit 5722] r10382 - code/branches/core7/src/libraries/tools
landauf at orxonox.net
landauf at orxonox.net
Wed Apr 22 22:54:09 CEST 2015
Author: landauf
Date: 2015-04-22 22:54:09 +0200 (Wed, 22 Apr 2015)
New Revision: 10382
Modified:
code/branches/core7/src/libraries/tools/ParticleInterface.cc
Log:
found another unregistered class
Modified: code/branches/core7/src/libraries/tools/ParticleInterface.cc
===================================================================
--- code/branches/core7/src/libraries/tools/ParticleInterface.cc 2015-04-22 20:32:04 UTC (rev 10381)
+++ code/branches/core7/src/libraries/tools/ParticleInterface.cc 2015-04-22 20:54:09 UTC (rev 10382)
@@ -50,6 +50,8 @@
unsigned int ParticleInterface::counter_s = 0;
ParticleInterface* ParticleInterface::currentParticleInterface_s = 0;
+ RegisterAbstractClass(ParticleInterface).inheritsFrom<TimeFactorListener>();
+
ParticleInterface::ParticleInterface(Ogre::SceneManager* scenemanager, const std::string& templateName, LODParticle::Value detaillevel)
{
RegisterObject(ParticleInterface);
More information about the Orxonox-commit
mailing list