mirror of
https://github.com/brmlab/lasic.git
synced 2025-06-08 17:23:59 +02:00
render.pl: Reset to (0,0) at the end
This commit is contained in:
parent
bcc10fcc00
commit
1a6a83ba46
1 changed files with 1 additions and 0 deletions
|
@ -14,3 +14,4 @@ $lasic->reset();
|
|||
|
||||
my $pbm = Brm::Lasic::PBM->new(lasic => $lasic, file => $ARGV[0]);
|
||||
$pbm->render();
|
||||
$lasic->move(0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue