Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bless doesn't like the whatever star any more.
  • Loading branch information
timo committed Apr 11, 2014
1 parent 97b7b6c commit ad5af18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl6/rc-forest-fire
Expand Up @@ -14,7 +14,7 @@ class Forest {
has $.f;

method new(Int $height, Int $width, $p=0.01, $f=0.001) {
my $c = self.bless(*, :$height, :$width, :$p, :$f);
my $c = self.bless(:$height, :$width, :$p, :$f);
$c!init-grid;
$c!init-neighbors;
return $c;
Expand Down

0 comments on commit ad5af18

Please sign in to comment.