Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2008, 11:43:48 AM (17 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/CameraPosition.h

    r2151 r2184  
    3232#include "OrxonoxPrereqs.h"
    3333
    34 #include "objects/worldentities/StaticEntity.h"
     34#include "objects/worldentities/PositionableEntity.h"
    3535
    3636namespace orxonox
    3737{
    38     class _OrxonoxExport CameraPosition : public StaticEntity
     38    class _OrxonoxExport CameraPosition : public PositionableEntity
    3939    {
    4040        public:
Note: See TracChangeset for help on using the changeset viewer.