Skip to content

Commit f6c558a

Browse files
authored
Fix method name for getting the current music (#13)
1 parent 780d4a7 commit f6c558a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/sound_manager/sound_manager.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func is_music_track_playing(resource_path: String) -> bool:
101101

102102

103103
func get_currently_playing_music() -> Array:
104-
return music.get_current()
104+
return music.get_currently_playing()
105105

106106

107107
func get_currently_playing_music_tracks() -> Array:

0 commit comments

Comments
 (0)