forked from mirror/openmw-tes3mp
Removed the 3 dots after the load text.
This commit is contained in:
parent
bd597f07ab
commit
c9a701cfa1
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ namespace MWGui
|
|||
float progress = (float(mCurrentCellLoading)+refProgress) / float(mTotalCellsLoading);
|
||||
assert(progress <= 1 && progress >= 0);
|
||||
|
||||
mLoadingText->setCaption(stage + "... ");
|
||||
mLoadingText->setCaption(stage);
|
||||
mProgressBar->setProgressPosition (static_cast<size_t>(progress * 1000));
|
||||
|
||||
static float loadingScreenFps = 30.f;
|
||||
|
|
Loading…
Reference in a new issue