fixed main logic
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ Fields:
|
||||
|
||||
Line::Line() {
|
||||
this->line.clear();
|
||||
this->line.resize(4);
|
||||
this->line.resize(0);
|
||||
}
|
||||
|
||||
Line::Line(size_t length) {
|
||||
|
||||
Reference in New Issue
Block a user