About to add evet
This commit is contained in:
@ -7,11 +7,6 @@
|
||||
|
||||
using namespace Dawn;
|
||||
|
||||
void ITimeManager::tick(float_t delta) {
|
||||
this->delta = delta;
|
||||
this->time += delta;
|
||||
}
|
||||
|
||||
ITimeManager::~ITimeManager() {
|
||||
|
||||
}
|
@ -14,10 +14,8 @@ namespace Dawn {
|
||||
|
||||
/**
|
||||
* Ticks / updates the time management system.
|
||||
*
|
||||
* @param delta Time delta in seconds.
|
||||
*/
|
||||
void tick(float_t delta);
|
||||
virtual void update() = 0;
|
||||
|
||||
/**
|
||||
* Returns the real world time epoch.
|
||||
|
Reference in New Issue
Block a user