Update centerfair.lua

This commit is contained in:
Moussab 2014-11-10 23:51:11 +01:00 committed by copycat-killer
parent faecd881fc
commit c87a7be2ed
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ function centerfair.arrange(p)
do
local remaining_clients = #cls-1
local ncol_min = math.ceil(remaining_clients/(num_x-1))
if ncol >= ncol_min
if ncol >= ncol_min
then
for i = (num_x-1), 1, -1 do
if (remaining_clients-i+1) < ncol