内角点实现与常规更改
This commit is contained in:
@@ -47,6 +47,11 @@ void ElementJudge()
|
||||
cross_type = CROSS_NONE;
|
||||
circle_type = CIRCLE_NONE;
|
||||
}
|
||||
if (cross_type != CROSS_NONE)
|
||||
{
|
||||
circle_type = CIRCLE_NONE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void ElementRun()
|
||||
|
||||
Reference in New Issue
Block a user