We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pixy2/src/device/main_m4/src/line.cpp
Line 1722 in bb27239
This should be avoid. Please try to move it after using it:
SimpleListNode<Line2> *linen0 = j->m_object.m_lines[0]; SimpleListNode<Line2> *linen1 = j->m_object.m_lines[1]; g_intersectionsList.remove(j); if (linen0->m_object.m_i0==j)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pixy2/src/device/main_m4/src/line.cpp
Line 1722 in bb27239
This should be avoid. Please try to move it after using it:
The text was updated successfully, but these errors were encountered: