mirror of
https://github.com/huderlem/porymap.git
synced 2026-04-24 23:07:52 -05:00
Reset frames between loading screens
This commit is contained in:
parent
7b7eb221e5
commit
184025aace
|
|
@ -28,7 +28,8 @@ void PorymapLoadingScreen::start() {
|
|||
this->ui->labelVersion->setText(AboutPorymap::getVersionString());
|
||||
shownVersion = true;
|
||||
}
|
||||
this->ui->labelPixmap->setPixmap(QPixmap::fromImage(this->splashImage.frame(0)));
|
||||
this->frame = 0;
|
||||
this->ui->labelPixmap->setPixmap(QPixmap::fromImage(this->splashImage.frame(this->frame)));
|
||||
this->timer.start(120);
|
||||
this->show();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user