Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2013, 9:02:04 PM (10 years ago)
Author:
zifloria
Message:

tried to make particle effects dynamic. Didn't work….

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/src/orxonox/graphics/ParticleEmitter.h

    r9667 r9869  
    3333
    3434#include <string>
    35 #include "worldentities/StaticEntity.h"
     35#include "worldentities/MovableEntity.h"
    3636
    3737namespace orxonox
    3838{
    39     class _OrxonoxExport ParticleEmitter : public StaticEntity
     39    class _OrxonoxExport ParticleEmitter : public MovableEntity
    4040    {
    4141        public:
Note: See TracChangeset for help on using the changeset viewer.