Skip to content

Commit

Permalink
Radar for first object only
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore committed Aug 29, 2011
1 parent 7c1ff6c commit 83da47a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/radar.pl
Expand Up @@ -20,9 +20,10 @@ sub ReportFixture {


my $id = $fixture->GetUserData(); my $id = $fixture->GetUserData();


$self->{objects}->[$id]->{color} = 0xFF0000FF;


return 1; $self->{objects}->[$id]->{color} = 0xFF0000FF;

return 0;
} }


package main; package main;
Expand Down

0 comments on commit 83da47a

Please sign in to comment.