small bugfix

This commit is contained in:
Robin Müller 2021-08-16 11:02:36 +02:00
parent ddac936a2c
commit 9e36bbc11d
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 3 deletions

View File

@ -50,8 +50,6 @@ bool Timer::isSet() const {
}
void Timer::resetTimer() {
if(not this->set) {
set = false;
}
set = false;
setTimer(0);
}