Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2008, 11:43:48 AM (16 years ago)
Author:
rgrieder
Message:

Forgot to consider some files wile renaming StaticEntity to PositionableEntity again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/orxonox/objects/worldentities/Backlight.h

    r2151 r2184  
    3232#include "OrxonoxPrereqs.h"
    3333
    34 #include "StaticEntity.h"
     34#include "PositionableEntity.h"
    3535#include "tools/BillboardSet.h"
    3636
    3737namespace orxonox
    3838{
    39     class _OrxonoxExport Backlight : public StaticEntity
     39    class _OrxonoxExport Backlight : public PositionableEntity
    4040    {
    4141        public:
Note: See TracChangeset for help on using the changeset viewer.