diff --git a/mods/lzr_laser/physics.lua b/mods/lzr_laser/physics.lua index 491da97..4161e64 100644 --- a/mods/lzr_laser/physics.lua +++ b/mods/lzr_laser/physics.lua @@ -1,5 +1,5 @@ -- Max. number of steps in the laser travel algorithm -local MAX_LASER_ITERATIONS = 50 +local MAX_LASER_ITERATIONS = 10000 -- Add a laser node to pos with the direction `dir`. -- Dir is a direction vector, and only one direction must be set