From c06379ee3aa51d3adf456c8d126feebd1da9de70 Mon Sep 17 00:00:00 2001 From: rodri Date: Sun, 4 Aug 2024 12:43:55 +0000 Subject: make the depth buffer 32-bit. --- clip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clip.c') diff --git a/clip.c b/clip.c index 9988ce1..94f84a6 100644 --- a/clip.c +++ b/clip.c @@ -194,7 +194,7 @@ outcode(Point p, Rectangle r) } /* lerp vertex attributes to match the new positions */ -void +static void adjustverts(Point *p0, Point *p1, Vertex *v0, Vertex *v1) { Vertex v[2]; -- cgit v1.2.3