summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index c8736b8..0110197 100644
--- a/src/test.c
+++ b/src/test.c
@@ -35,7 +35,7 @@ ix3_search_status_t cb(void *cb_context, ix3_object_t *ix3_object, v3f_t *ix3_ob
ix3_object_aabb->min.x, ix3_object_aabb->min.y, ix3_object_aabb->min.z,
ix3_object_aabb->max.x, ix3_object_aabb->max.y, ix3_object_aabb->max.z);
- return IX3_SEARCH_CONTINUE;
+ return IX3_SEARCH_MORE_HIT;
}
typedef struct object_t {
© All Rights Reserved