From ff769dd3048f193103a1add42459a2da102835ec Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 18 May 2017 07:13:59 +0000 Subject: Improved performance of catwalk. --- xd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xd.c b/xd.c index fe4dcc7..344c8d8 100644 --- a/xd.c +++ b/xd.c @@ -3813,7 +3813,7 @@ static void CatwalkDemo(void) static Obj3D trench = {8,3,{0,0,0},trench_point,trench_poly,trench_work_3d,trench_work_xp, - 0,0,0,MODE_EDGE,-1,True}; + 0,0,0,MODE_WIRE,-1,True}; static const int no_catwalk = 5; -- cgit v1.2.3