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/Camera.h

    r2151 r2184  
    3333
    3434#include <OgrePrerequisites.h>
    35 #include "objects/worldentities/StaticEntity.h"
     35#include "objects/worldentities/PositionableEntity.h"
    3636#include "objects/Tickable.h"
    3737
    3838namespace orxonox
    3939{
    40     class _OrxonoxExport Camera : public StaticEntity, public Tickable
     40    class _OrxonoxExport Camera : public PositionableEntity, public Tickable
    4141    {
    4242        friend class CameraManager;
Note: See TracChangeset for help on using the changeset viewer.