new release

This commit is contained in:
Page Asgardius 2023-09-24 13:10:35 -07:00
parent 64168c34a1
commit 9ea7767026

View file

@ -21,7 +21,7 @@ func _process(delta):
var bgtime = bgsound.get_playback_position() + AudioServer.get_time_since_last_mix() var bgtime = bgsound.get_playback_position() + AudioServer.get_time_since_last_mix()
# Compensate for output latency. # Compensate for output latency.
bgtime -= AudioServer.get_output_latency() bgtime -= AudioServer.get_output_latency()
print("Time is: ", bgtime) #print("Time is: ", bgtime)
if bgtime < 0: if bgtime < 0:
if playstart: if playstart:
if playindex == 0: if playindex == 0: