mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
removed useless clone
This commit is contained in:
parent
f1a2af2d8a
commit
0bab56cbb2
@ -192,7 +192,7 @@
|
||||
$frame->setImageDelay($delay);
|
||||
$delay = 0;
|
||||
|
||||
$this->image->addImage(clone $frame->getImage());
|
||||
$this->image->addImage($frame->getImage());
|
||||
}
|
||||
$i++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user