Unstable 0.1300.0.7
This commit is contained in:
@@ -465,7 +465,7 @@ namespace Barotrauma
|
||||
|
||||
if (currentRichTextData != null && currentRichTextData.StartIndex + lineNum <= i + rtdOffset && i + rtdOffset <= currentRichTextData.EndIndex + lineNum)
|
||||
{
|
||||
currentTextColor = currentRichTextData.Color ?? color;
|
||||
currentTextColor = currentRichTextData.Color * currentRichTextData.Alpha ?? color;
|
||||
if (!string.IsNullOrEmpty(currentRichTextData.Metadata))
|
||||
{
|
||||
currentTextColor = Color.Lerp(currentTextColor, Color.White, 0.5f);
|
||||
|
||||
Reference in New Issue
Block a user