Skip to content

Commit

Permalink
fix a typo in the synopsis for load_MUS_RW
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Apr 4, 2015
1 parent cc9b323 commit b9112b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pods/SDL/Mixer/Music.pod
Expand Up @@ -33,7 +33,7 @@ Example for loading music from a variable:
[...]

my $rwops = SDL::RWOps->new_const_mem( $scalar_holding_music );
my $music = SDL::Mixer::Music::load_MUS( $rwops );
my $music = SDL::Mixer::Music::load_MUS_RW( $rwops );

B<Note:> You need at least libSDL_mixer 1.2.7 for this feature.

Expand Down

0 comments on commit b9112b2

Please sign in to comment.