1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00
This commit is contained in:
bubnikv
2019-08-05 17:49:31 +02:00
+1 -1
View File
@@ -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: