Skip to content

Commit e574473

Browse files
authored
Fix 4.1.0.dat example snippet (#647)
1 parent 3487c92 commit e574473

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

wiki/.assets/snippets/beatmap/4.1.0.dat

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,16 @@
8989
}
9090
]
9191
"njsEvents": [
92-
"b": 1.0,
93-
"i": 0,
92+
{
93+
"b": 1.0,
94+
"i": 0
95+
}
9496
],
9597
"njsEventData": [
96-
"p": 1,
97-
"e": 1,
98-
"d": 2.0
98+
{
99+
"p": 1,
100+
"e": 1,
101+
"d": 2.0
102+
}
99103
]
100-
}
104+
}

0 commit comments

Comments
 (0)