mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 16:05:32 +00:00
Fixed infinite recursion issue.
This commit is contained in:
parent
0746334ab3
commit
b7f2379f87
|
@ -42,7 +42,8 @@ namespace Bind
|
|||
bool is_multiline = false;
|
||||
foreach (var line in splitLines.Split(value))
|
||||
{
|
||||
WriteLine(line);
|
||||
base.Write(line);
|
||||
base.Write(System.Environment.NewLine);
|
||||
is_multiline = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue