mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Corrected return value of ConfigOptionVector::apply_override to what was intended (this didn't cause any bug though, the return value is currently not used)
This commit is contained in:
parent
219521f6ad
commit
6da196b419
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ public:
|
||||||
this->values[i] = rhs_vec->values[i];
|
this->values[i] = rhs_vec->values[i];
|
||||||
modified = true;
|
modified = true;
|
||||||
}
|
}
|
||||||
return false;
|
return modified;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue