fix swap bagline (#970)
* fix bagline for swap mode * remove bagline when a block leaves nextqueue
This commit is contained in:
@@ -570,7 +570,7 @@ local function _drawNext(P,repMode)
|
||||
if ENV.bagLine then
|
||||
gc_setColor(.8,.8,.8,.8)
|
||||
for i=1,ENV.nextCount+1 do
|
||||
if queue[i] and queue[i].bagLine>0 then
|
||||
if queue[i] and queue[i].bagLine and queue[i].bagLine>0 then
|
||||
gc_rectangle('fill',1,72*(i-1)+3,98,2)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user