- Timestamp:
- Apr 14, 2016, 4:03:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/plehmannFS16/src/orxonox/controllers/DebugTask.h
r11165 r11167 39 39 { 40 40 public: 41 DebugTask(); 42 DebugTask(float startTime) 41 DebugTask(Context* context); 43 42 virtual ~Task(); 43 44 //this function needs to be called otherwise the task is never carriedout 45 initialize() 44 46 45 47 virtual void tick(float dt) override;
Note: See TracChangeset
for help on using the changeset viewer.