Commit e3515386 authored by Kirill Kornyakov's avatar Kirill Kornyakov

#2813 bugfix

parent ca56e99a
...@@ -134,6 +134,7 @@ int main( int argc, char** argv ) ...@@ -134,6 +134,7 @@ int main( int argc, char** argv )
needToInit = true; needToInit = true;
break; break;
case 'c': case 'c':
points[0].clear();
points[1].clear(); points[1].clear();
break; break;
case 'n': case 'n':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment