Update finder.lua.in

This commit is contained in:
bew78 - lesell_b 2015-04-24 22:47:06 +02:00
parent 344965a328
commit 4845a73df2
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ local function animate(self)
-- Check if the object should be grown or shrinked
-- the minimum radius is -data[self].factor because:
-- 1. factor is alway negative when shrinking
-- 2. geometry() does not hande negative values
-- 2. geometry() does not handle negative values
if data[self].factor > 0 and r >= data[self].radius
or data[self].factor < 0 and r <= -data[self].factor then
data[self].factor = -data[self].factor