Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated cookbook docs on using PDL
  • Loading branch information
Kartik Thakore committed Jun 27, 2010
1 parent ae82cbb commit 9c48d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cookbook/pdl.pl
Expand Up @@ -69,7 +69,7 @@ sub update {

SDL::Video::lock_surface($surface);

$piddle ( :, 0 : rand(400), 0 : rand(200) ) .=
$piddle ( :, rand(400) : rand(400), rand(200) : rand(200) ) .=
pdl( rand(225), rand(225), rand(255), 255 );

#
Expand Down

0 comments on commit 9c48d6b

Please sign in to comment.