We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b7fce commit 6741bedCopy full SHA for 6741bed
Runtime/DevConsoleMono.cs
@@ -2037,7 +2037,7 @@ private void ProcessStoredLogs()
2037
{
2038
// TODO: Split into multiple
2039
// For now, produce an error
2040
- _logTextStore = $"<color={ErrorColour}>Message to log exceeded {MaximumTextVertices} vertices and was ignored.</color>";
+ _logTextStore = $"\n<color={ErrorColour}>Message to log exceeded {MaximumTextVertices} vertices and was ignored.</color>";
2041
return;
2042
}
2043
0 commit comments