Skip to content

Commit 993d819

Browse files
RKBoss6Copilot
authored andcommitted
Update settings.js
Co-authored-by: Copilot <[email protected]>
1 parent fe33c59 commit 993d819

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
@@ -93,7 +93,7 @@
9393
gl.flip(2);
9494
let id = timer.add({
9595
type:"EXEC", fn: () => { "ram";
96-
if (n>=176)return;
96+
if (n>=176) { done(); return; }
9797
n+=10;
9898
o.fillRect(0,0,7+n,176);
9999
gl.flip(2);

0 commit comments

Comments
 (0)