Show thousandths in diamond time

This commit is contained in:
Terry Hearst 2023-10-05 00:35:42 -04:00
parent 582a5fabac
commit 692e423223

View file

@ -39,7 +39,7 @@ namespace DiamondTimeViewer.Patches
if (showDiamondTime)
{
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;