new release
This commit is contained in:
parent
64168c34a1
commit
9ea7767026
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue