Increase view radius, remove radius parameter from get_tangibles_near
This commit is contained in:
@@ -778,7 +778,7 @@ static int64_t empty_id_list_ = 0;
|
||||
|
||||
void DrivenEngine::unexpose_world_to_driver(EngineWrapper *w) {
|
||||
w->world = nullptr;
|
||||
w->get_tangibles_near = [](EngineWrapper *, uint64_t, double, double, double, uint32_t *count, int64_t **ids) {
|
||||
w->get_tangibles_near = [](EngineWrapper *, uint64_t, uint32_t *count, int64_t **ids) {
|
||||
*count = 0;
|
||||
*ids = &empty_id_list_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user