mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +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;
|
sForegroundColor = sOriginalForegroundColor;
|
||||||
sBackgroundColor = sOriginalBackgroundColor;
|
sBackgroundColor = sOriginalBackgroundColor;
|
||||||
|
SetColors();
|
||||||
|
|
||||||
#if !BF_PLATFORM_WINDOWS
|
#if !BF_PLATFORM_WINDOWS
|
||||||
Write("\x1B[0m");
|
Write("\x1B[0m");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue