diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-12-14 03:54:36 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-12-14 03:54:36 -0800 |
commit | e82594193f8076ee99fd831d5cd3f04fb19c3ebb (patch) | |
tree | 12b3836c92fb5ec0d09d844a773f746ac6e6b697 /src/ix3.c | |
parent | 6ea78c53da8dcd42dd12d051c70d018e71760464 (diff) |
libix3: trivial whitespace fixup
Diffstat (limited to 'src/ix3.c')
-rw-r--r-- | src/ix3.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |