We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea51c3f commit fbc2af0Copy full SHA for fbc2af0
scripts/load_song/load_song.gml
@@ -108,7 +108,7 @@ if (file_ext = ".nbs") {
108
if (layervol[b] = -1) layervol[b] = 100
109
layervol[b] = median(0, layervol[b], 100)
110
if (layervol[b] < 100) realvolume = 1
111
- if nbt_version>=2 {
+ if song_nbt_version>=2 {
112
layerstereo[b] = buffer_read_byte()
113
}
114
else {
0 commit comments