Skip to content

Commit 7761b64

Browse files
committed
last minute cloud fix
1 parent f4f15db commit 7761b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

effects/buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ function resetToggles() {
349349
console.log('clouds off')
350350
toggleClouds();
351351
}
352-
if (!cloudsDayActive) {
352+
if (cloudsDayActive) {
353353
console.log('day clouds off')
354354
toggleCloudsDay();
355355
}

0 commit comments

Comments
 (0)