Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2016, 4:02:06 PM (8 years ago)
Author:
plehmann
Message:

updated some files so NewScriptController lua binds are created. added DebugTask to cmake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/plehmannFS16/src/orxonox/controllers/Task.cc

    r11167 r11172  
    3131
    3232#include "infos/PlayerInfo.h"
    33 //#include "controllers/ArtificialController.h"
    3433#include "tools/interfaces/Tickable.h"
    3534
     
    4443        startTime_ = -1;
    4544    }
    46     Task::~Task()
    47     {
    4845
    49     }
    50 /*
    51     Task::initialize(float startTime)
     46    void Task::initialize(float startTime)
    5247    {
    5348        startTime_ = startTime;
    5449    }
    55 */
     50
    5651    void Task::tick(float dt)
    5752    {
    58 
     53        SUPER(Task, tick, dt);
    5954    }
    6055
Note: See TracChangeset for help on using the changeset viewer.