Skip to content

Commit

Permalink
Small typo in the pods
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Jul 15, 2010
1 parent 150fcdb commit a1561c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pods/SDLx/Surface.pod
Expand Up @@ -20,7 +20,7 @@ Extension

my $surf_matrix = SDLx::Surface->new( surface => $display);

$surf__matrix->[10][10] = 0xFFFF; #for 16bpp write white at x = 10 and y=10
$surf_matrix->[10][10] = 0xFFFF; #for 16bpp write white at x = 10 and y=10

$surf_matrix->surface( $new_surface );

Expand Down

0 comments on commit a1561c5

Please sign in to comment.