1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 20:12:21 +02:00

Update Console.bf

This commit is contained in:
Braedon Lewis 2025-01-14 09:48:08 -05:00
parent 96c0a44a7e
commit c76ace98f1

View file

@ -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");