diff options
Diffstat (limited to 'source/clip.c')
-rw-r--r-- | source/clip.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/clip.c b/source/clip.c index 94ecbd6..8993e72 100644 --- a/source/clip.c +++ b/source/clip.c @@ -665,8 +665,7 @@ void ComputeClipWindows() // no intersection, nullify it pClip->Left[i][w] = 1; pClip->Right[i][w] = 0; -Clip_ok: - j = 0; // dummy statement +Clip_ok:; } } } |