summaryrefslogtreecommitdiff
path: root/src/ix3.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-12-14 03:54:36 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-12-14 03:54:36 -0800
commite82594193f8076ee99fd831d5cd3f04fb19c3ebb (patch)
tree12b3836c92fb5ec0d09d844a773f746ac6e6b697 /src/ix3.c
parent6ea78c53da8dcd42dd12d051c70d018e71760464 (diff)
libix3: trivial whitespace fixup
Diffstat (limited to 'src/ix3.c')
-rw-r--r--src/ix3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ix3.c b/src/ix3.c
index 8b6e64f..1d7ba43 100644
--- a/src/ix3.c
+++ b/src/ix3.c
@@ -568,7 +568,6 @@ ix3_object_t * ix3_object_new(ix3_t *ix3, v3f_t *object_position, v3f_t *object_
for (int i = 0; i < ix3->max_asip; i++)
INIT_LIST_HEAD(&o->hits[i]);
-
if (object_position)
o->position = *object_position;
© All Rights Reserved