Skip to content

Commit 3bb24b2

Browse files
bugfix: snow limit and interval calculation
1 parent 0eb5a9e commit 3bb24b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/Snowflakes.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
snowflakes.set(snowflakeId, o);
102102
snowflakeId++;
103103
},
104-
HARD_SNOWFLAKE_LIMIT - calculatedSnowLimit + 25
104+
((calculatedSnowLimit)/5) + 25
105105
);
106106
107107
interval2 = setInterval(() => {

0 commit comments

Comments
 (0)