small bugfix
This commit is contained in:
parent
ddac936a2c
commit
9e36bbc11d
@ -50,8 +50,6 @@ bool Timer::isSet() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Timer::resetTimer() {
|
void Timer::resetTimer() {
|
||||||
if(not this->set) {
|
set = false;
|
||||||
set = false;
|
|
||||||
}
|
|
||||||
setTimer(0);
|
setTimer(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user