- fixed: InitClipper was missing a call to Clipper.Clear.

This commit is contained in:
Christoph Oelckers 2017-05-09 12:20:49 +02:00
parent 8be7ff01dd
commit 2bf8e8f1c0
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ public:
void InitClipper(angle_t a1, angle_t a2)
{
clipper.Clear();
clipper.SafeAddClipRangeRealAngles(a1, a2);
}