From 7b9f2a8de27b565ebd3617957204f52e1bf7c5c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Sun, 31 Jul 2022 12:58:00 +0200 Subject: [PATCH] code: drop obsolete librg call --- code/game/src/world/world.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/game/src/world/world.c b/code/game/src/world/world.c index 086d7c8..b18624d 100644 --- a/code/game/src/world/world.c +++ b/code/game/src/world/world.c @@ -289,11 +289,6 @@ static void world_tracker_update(uint8_t ticker, float freq, uint8_t radius) { for (int i = 0; i < it.count; i++) { size_t datalen = WORLD_LIBRG_BUFSIZ; - // TODO(zaklaus): SUPER TEMPORARY HOT !!! simulate variable radius queries - { - librg_entity_radius_set(world_tracker(), it.entities[i], radius); - } - // TODO(zaklaus): push radius once librg patch comes in int32_t result = librg_world_write(world_tracker(), it.entities[i], radius, buffer, &datalen, NULL); if (result > 0) {