Skip to content

Commit f3429ea

Browse files
committed
fixed load default background bug in initial
1 parent f39a4f9 commit f3429ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snowflake.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ namespace snowflake {
189189
_MostAtATime = MostAtATime
190190
_speed = speed
191191
_np = neopixel.create(_pin, 256, NeoPixelMode.RGB)
192-
load_background(_BG)
193192
_np.clear()
193+
load_bg(_BG)
194194
for (let i = 0; i < 16; i++)
195195
_pile[4][i] = _threshold
196196
}

0 commit comments

Comments
 (0)