Default loop extension to on

This commit is contained in:
Luke Hubmayer-Werner 2024-07-10 00:34:28 +09:30
parent 9dfa0b1ec7
commit b07ed09513
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ func load_samples(snes_data: Dictionary, buffer: StreamPeerBuffer):
var player := AudioStreamPlayer.new() # Make one for each channel, later
var HACK_EXTEND_LOOP_SAMPLE_playback: bool = false
var HACK_EXTEND_LOOP_SAMPLE_playback: bool = true
func play_sample(id: int, pitch_scale: float = 1.0):
print('Playing inst sample #%02X' % id)
player.pitch_scale = pitch_scale