Skip to content

Commit f3f8b8c

Browse files
committed
make sure to update sounds before ins init
1 parent c2d29a8 commit f3f8b8c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/control_create/control_create.gml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,10 @@ function control_create() {
322322
insmenu = 0
323323
emitters_to_remove = ds_list_create()
324324

325+
if (os_type != os_windows) {
326+
if (!file_exists(sounds_directory + "trumpet.ogg")) copy_bundled_files()
327+
}
328+
325329
// Initialize instruments
326330
str = ""
327331
with (obj_instrument)

0 commit comments

Comments
 (0)