fixed main logic

This commit is contained in:
2026-05-24 17:47:19 +03:00
parent 119b85ea31
commit 680ef59e67
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Fields:
Line::Line() {
this->line.clear();
this->line.resize(4);
this->line.resize(0);
}
Line::Line(size_t length) {