summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2017-05-18 07:13:59 +0000
committerIan C <ianc@noddybox.co.uk>2017-05-18 07:13:59 +0000
commitff769dd3048f193103a1add42459a2da102835ec (patch)
tree1b7835983b324c235a3ec78e861927931c368163
parenta064278450e1daad1dfd4fee036d5d97ecd133ee (diff)
Improved performance of catwalk.
-rw-r--r--xd.c2
1 files changed, 1 insertions, 1 deletions
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;