You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
< function DB(a,b,c,d){var e,f,g,h,i,j,k,l,m;e=0;while(e<(a.s2*4|0)){f=a.bk.data[e/4|0];g=a.lC;h=f>>16&255;g[e]=h;g=a.lC;h=e+1|0;i=f>>8&255;g[h]=i;j=a.lC;h=e+2|0;i=f&255;j[h]=i;a.lC[e+3|0]=255;e=e+4|0;}k=a.rE;g=a.lC;k.data=g;j=a.rE;b=b.bA;l=c;m=d;b.putImageData(j,l,m);}
---
> function DB(a,b,c,d){var e,f,g,h,i,j,k,l,m;e=0;while(e<(a.s2*4|0)){f=a.bk.data[e/4|0];g=a.lC;h=f>>16&255;g[e]=h;g=a.lC;h=e+1|0;i=f>>8&255;g[h]=i;j=a.lC;h=e+2|0;i=f&255;j[h]=i;a.lC[e+3|0]=255;e=e+4|0;}k=a.rE;g=a.lC;k.data.set(g);j=a.rE;b=b.bA;l=c;m=d;b.putImageData(j,l,m);}
2509c2509
< function KG(a,b,c,d){var e,f,g;e=new Int8Array(d);f=0;while(f<d){g=b.data[c+f|0];e[f]=g;f=f+1|0;}a.jC.send("toSend");}
---
> function KG(a,b,c,d){var e,f,g;e=new Int8Array(d);f=0;while(f<d){g=b.data[c+f|0];e[f]=g;f=f+1|0;}a.jC.send(e);}