Speed optimization.
--HG-- branch : develop
This commit is contained in:
parent
cd19fe14cb
commit
3cf421bde4
|
@ -660,7 +660,7 @@ QVector<QPointF> VPosition::CutEdge(const QLineF &edge, unsigned int shift)
|
|||
//---------------------------------------------------------------------------------------------------------------------
|
||||
void VPosition::Rotate(int increase)
|
||||
{
|
||||
for (int angle = 0; angle <= 360; angle = angle+increase)
|
||||
for (int angle = 0; angle < 360; angle = angle+increase)
|
||||
{
|
||||
if (*stop)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user