enable debug painting
This commit is contained in:
parent
e85e59d875
commit
70f3a148ef
|
@ -34,6 +34,8 @@ app.pages.meet = {
|
||||||
if (app.pages.meet._paintInterval) return;
|
if (app.pages.meet._paintInterval) return;
|
||||||
app.pages.meet._paintInterval = true;
|
app.pages.meet._paintInterval = true;
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
|
if (app.vars.paint_lock)
|
||||||
|
return;
|
||||||
if (app.pages.meet.isActive())
|
if (app.pages.meet.isActive())
|
||||||
app.pages.meet.paint();
|
app.pages.meet.paint();
|
||||||
}, 1000 * 30);
|
}, 1000 * 30);
|
||||||
|
|
Loading…
Reference in New Issue