mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 10:11:31 +00:00
i think this will be faster
This commit is contained in:
parent
d804a30f37
commit
4ff5b1835c
1 changed files with 5 additions and 1 deletions
|
|
@ -94,7 +94,11 @@ namespace Cosmos.System {
|
|||
NewLine();
|
||||
} else if (aText[i] == '\r') {
|
||||
} else if (aText[i] == '\t') {
|
||||
Write(" ");
|
||||
//Write(" ");
|
||||
WriteChar(' ');
|
||||
WriteChar(' ');
|
||||
WriteChar(' ');
|
||||
WriteChar(' ');
|
||||
} else {
|
||||
WriteChar(aText[i]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue