small tweak
This commit is contained in:
parent
c9b343ebcd
commit
350fbc385c
@ -11,7 +11,7 @@ bool PeriodicOperationDivider::checkAndIncrement() {
|
||||
bool opNecessary = check();
|
||||
if(opNecessary) {
|
||||
if(resetAutomatically) {
|
||||
counter = 0;
|
||||
resetCounter();
|
||||
}
|
||||
}
|
||||
return opNecessary;
|
||||
|
Loading…
Reference in New Issue
Block a user