Skip to content

Commit

Permalink
Fix method name for getting the current music (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
shomykohai committed Sep 20, 2023
1 parent 780d4a7 commit f6c558a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sound_manager/sound_manager.gd
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func is_music_track_playing(resource_path: String) -> bool:


func get_currently_playing_music() -> Array:
return music.get_current()
return music.get_currently_playing()


func get_currently_playing_music_tracks() -> Array:
Expand Down

0 comments on commit f6c558a

Please sign in to comment.