mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Merge pull request #2092 from Starpelly/console-reset-color-fix
Fix Console.ResetColor() not actually applying the original colors when called.
This commit is contained in:
commit
215fafac74
1 changed files with 1 additions and 0 deletions
|
@ -396,6 +396,7 @@ namespace System
|
|||
{
|
||||
sForegroundColor = sOriginalForegroundColor;
|
||||
sBackgroundColor = sOriginalBackgroundColor;
|
||||
SetColors();
|
||||
|
||||
#if !BF_PLATFORM_WINDOWS
|
||||
Write("\x1B[0m");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue