Skip to content

Commit 7e15b2a

Browse files
authored
Merge pull request #385 from db0/music_fix
fix(sound) threaded html export to fix stuttter
2 parents 8d97158 + 6bbbae8 commit 7e15b2a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

export_presets.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ script_encryption_key=""
1515

1616
custom_template/debug=""
1717
custom_template/release=""
18-
variant/export_type=0
18+
variant/export_type=1
1919
vram_texture_compression/for_desktop=true
2020
vram_texture_compression/for_mobile=false
2121
html/export_icon=true

project.godot

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,11 +1051,6 @@ config/description="Therapy through nightmares"
10511051
run/main_scene="res://src/dreamscape/MainMenu/MainMenu.tscn"
10521052
config/icon="res://icon.png"
10531053

1054-
[audio]
1055-
1056-
output_latency=60
1057-
output_latency.web=600
1058-
10591054
[autoload]
10601055

10611056
cfc="*res://src/core/CFControl.gd"

0 commit comments

Comments
 (0)