Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2014, 3:25:44 PM (10 years ago)
Author:
landauf
Message:

ParticleEmitter should be a StaticEntity just like every other graphics class. If it needs to move, attach it to a movable entity.

File:
1 edited

Legend:

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

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