From ebfe24c21c3107bfe0a5554fbc893b38e960252d Mon Sep 17 00:00:00 2001 From: bbassie Date: Sun, 8 Nov 2020 19:04:44 +0100 Subject: [PATCH] Removed temp debug rendering --- modules/control/warps.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/control/warps.lua b/modules/control/warps.lua index c855d499..bc1e7207 100644 --- a/modules/control/warps.lua +++ b/modules/control/warps.lua @@ -177,10 +177,6 @@ function Warps.make_warp_area(warp_id) warp.electric_pole = entity end end - - local radius = config.standard_proximity_radius - rendering.draw_circle{ color = {0,1,0,.5}, radius = 0.1, filled = true, target = position, surface = surface, draw_on_ground = true } - rendering.draw_circle{ color = {0,1,0,.5}, radius = radius, filled = false, target = position, surface = surface, draw_on_ground = true } end --[[-- Remove the warp area for a warp