Skip to content

Commit 1d2a391

Browse files
committed
experimental audio_stream_async (disabled default)
1 parent e9bd5a5 commit 1d2a391

File tree

3 files changed

+152
-90
lines changed

3 files changed

+152
-90
lines changed

project.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
<haxedef name="SOFTCODED_CLASSES" if="SOFTCODED_CLASSES" />
189189
<haxedef name="USE_ADAPTED_ASSETS" if="USE_ADAPTED_ASSETS" />
190190
<haxedef name="openfl_dpi_aware" if="openfl_dpi_aware" />
191+
<!--<haxedef name="audio_stream_async" unless="web" />-->
191192

192193
<!-- _________________________________ Custom _______________________________ -->
193194

source/flixel/sound/FlxSound.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ class FlxSound extends FlxBasic {
951951
override function toString():String {
952952
return FlxStringUtil.getDebugString([
953953
LabelValuePair.weak("playing", playing),
954-
LabelValuePair.weak("time", _time),
954+
LabelValuePair.weak("time", time),
955955
LabelValuePair.weak("length", length),
956956
LabelValuePair.weak("volume", volume),
957957
LabelValuePair.weak("pitch", pitch)

0 commit comments

Comments
 (0)