mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-24 09:36:11 -05:00
Reset frames between loading screens
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user