mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed: InitClipper was missing a call to Clipper.Clear.
This commit is contained in:
parent
8be7ff01dd
commit
2bf8e8f1c0
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ public:
|
|||
|
||||
void InitClipper(angle_t a1, angle_t a2)
|
||||
{
|
||||
clipper.Clear();
|
||||
clipper.SafeAddClipRangeRealAngles(a1, a2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue