Remove wrong noteblock comment

This commit is contained in:
Wuzzy 2023-03-18 13:20:44 +01:00
parent 41b7d1af3b
commit a28ff4a7dd
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ mesecon.noteblock_play = function(pos, param2)
-- Calculate pitch
-- Adding 1 to param2 because param2=11 is *lowest* pitch sound
local val = (param2+1)%12
-- All semitones from C to B (analog to piano mode)
pitch = 2^((val-6)/12)
end
pos.y = pos.y+1