diff options
author | Ian C <ianc@noddybox.co.uk> | 2017-05-18 07:13:59 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2017-05-18 07:13:59 +0000 |
commit | ff769dd3048f193103a1add42459a2da102835ec (patch) | |
tree | 1b7835983b324c235a3ec78e861927931c368163 /xd.c | |
parent | a064278450e1daad1dfd4fee036d5d97ecd133ee (diff) |
Improved performance of catwalk.
Diffstat (limited to 'xd.c')
-rw-r--r-- | xd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |