Fixed a cosmetic issue with the slide transition style.

This commit is contained in:
Leon Styhre 2021-01-02 15:53:52 +01:00
parent b79fa3bbc2
commit 5a85da140a

View file

@ -838,7 +838,6 @@ void ViewController::reloadAll()
}
else if (mState.viewing == SYSTEM_SELECT) {
SystemData* system = mState.getSystem();
goToSystemView(SystemData::sSystemVector.front(), false);
mSystemListView->goToSystem(system, false);
mCurrentView = mSystemListView;
mCamera.r3().x() = 0;