Set current value = target value when auto completing conditions (hud is inconsistent).
This commit is contained in:
parent
108a41310c
commit
dee2d4eecb
|
@ -221,6 +221,8 @@ void completeConditions(void)
|
||||||
{
|
{
|
||||||
if (o->isCondition)
|
if (o->isCondition)
|
||||||
{
|
{
|
||||||
|
o->currentValue = o->targetValue;
|
||||||
|
|
||||||
o->status = OS_COMPLETE;
|
o->status = OS_COMPLETE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue