summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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