Show thousandths in diamond time
This commit is contained in:
parent
582a5fabac
commit
692e423223
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace DiamondTimeViewer.Patches
|
||||||
if (showDiamondTime)
|
if (showDiamondTime)
|
||||||
{
|
{
|
||||||
spacingText = "<space=0.25em> ";
|
spacingText = "<space=0.25em> ";
|
||||||
diamondText = spacingText + "<sprite=3> " + SegmentedTime.SPTimeText(diamond);
|
diamondText = spacingText + "<sprite=3> " + SegmentedTime.SPTimeText(diamond, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool hasEgg = eggUnlock != null && eggUnlock.Count > 0;
|
bool hasEgg = eggUnlock != null && eggUnlock.Count > 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue