Skip to content

Commit

Permalink
Drawing text there not line
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore committed Aug 18, 2010
1 parent 92b0bbc commit 6ab06ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SDLx/Surface.pm
Expand Up @@ -395,7 +395,7 @@ sub draw_gfx_text {
}


Carp::croak "Error drawing line: " . SDL::get_error() if ( $result == -1 );
Carp::croak "Error drawing text: " . SDL::get_error() if ( $result == -1 );

return $self;
}
Expand Down

0 comments on commit 6ab06ff

Please sign in to comment.