Skip to content

Commit 6741bed

Browse files
committed
Added new line character to start of "Message exceeded vertices" message.
1 parent a9b7fce commit 6741bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/DevConsoleMono.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2037,7 +2037,7 @@ private void ProcessStoredLogs()
20372037
{
20382038
// TODO: Split into multiple
20392039
// For now, produce an error
2040-
_logTextStore = $"<color={ErrorColour}>Message to log exceeded {MaximumTextVertices} vertices and was ignored.</color>";
2040+
_logTextStore = $"\n<color={ErrorColour}>Message to log exceeded {MaximumTextVertices} vertices and was ignored.</color>";
20412041
return;
20422042
}
20432043

0 commit comments

Comments
 (0)