Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2016, 4:03:16 PM (9 years ago)
Author:
plehmann
Message:

changed the NewScriptController and Task classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/plehmannFS16/src/orxonox/controllers/DebugTask.h

    r11165 r11167  
    3939    {
    4040        public:
    41             DebugTask();
    42             DebugTask(float startTime)
     41            DebugTask(Context* context);
    4342            virtual ~Task();
     43
     44            //this function needs to be called otherwise the task is never carriedout
     45            initialize()
    4446
    4547            virtual void tick(float dt) override;
Note: See TracChangeset for help on using the changeset viewer.