mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 12:35:46 +00:00
Format fix: remove extra spaces from ranged TimesINT formatting.
This commit is contained in:
parent
6303e56ce4
commit
065f435225
@ -436,7 +436,7 @@ namespace MWGui
|
||||
|
||||
formatter << std::fixed << std::setprecision(1) << " " << (mEffectParams.mMagnMin / 10.0f);
|
||||
if (mEffectParams.mMagnMin != mEffectParams.mMagnMax)
|
||||
formatter << times << " " << to << " " << (mEffectParams.mMagnMax / 10.0f);
|
||||
formatter << times << to << (mEffectParams.mMagnMax / 10.0f);
|
||||
formatter << timesInt;
|
||||
|
||||
spellLine += formatter.str();
|
||||
|
Loading…
x
Reference in New Issue
Block a user