This commit is contained in:
Dane Springmeyer 2013-03-06 11:43:51 -08:00
parent 536cbd55d0
commit c68ac84a3b

View File

@ -174,7 +174,7 @@ public:
last_x = next_x;
last_y = next_y;
}
else if (agg::is_stop(cmd) || cmd == SEG_CLOSE)
if (agg::is_stop(cmd) || cmd == SEG_CLOSE)
{
done_ = true;
return false;