mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Format fix: remove extra spaces from ranged TimesINT formatting.
This commit is contained in:
parent
6303e56ce4
commit
065f435225
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue