render.pl: Reset to (0,0) at the end

This commit is contained in:
Petr Baudis 2011-12-27 23:39:16 +01:00
parent bcc10fcc00
commit 1a6a83ba46

View file

@ -14,3 +14,4 @@ $lasic->reset();
my $pbm = Brm::Lasic::PBM->new(lasic => $lasic, file => $ARGV[0]);
$pbm->render();
$lasic->move(0, 0);