Skip to content

Commit 8b54a57

Browse files
RKBoss6Copilot
andauthored
Update apps/loadanim/settings.js
Co-authored-by: Copilot <[email protected]>
1 parent 44f37d5 commit 8b54a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/loadanim/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
let o = Graphics.createArrayBuffer(176,176,2);
8888
let n = 0, gl = g;
8989
o.drawImage(g.asImage(),0,0);
90-
o.setColor(g.theme.bg2)
90+
o.setColor(g.theme.bg2);
9191
o.fillRect(0,0,7+n,176);
9292
Bangle.setLCDOverlay(o,0,0,{id:"loadanim"});
9393
gl.flip(2);

0 commit comments

Comments
 (0)