mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +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)
|
void InitClipper(angle_t a1, angle_t a2)
|
||||||
{
|
{
|
||||||
|
clipper.Clear();
|
||||||
clipper.SafeAddClipRangeRealAngles(a1, a2);
|
clipper.SafeAddClipRangeRealAngles(a1, a2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue