From c76ace98f1fca7d8d7b6f9ac33681f299b8de1c8 Mon Sep 17 00:00:00 2001 From: Braedon Lewis Date: Tue, 14 Jan 2025 09:48:08 -0500 Subject: [PATCH] Update Console.bf --- BeefLibs/corlib/src/Console.bf | 1 + 1 file changed, 1 insertion(+) diff --git a/BeefLibs/corlib/src/Console.bf b/BeefLibs/corlib/src/Console.bf index e3399176..f5f8fd3c 100644 --- a/BeefLibs/corlib/src/Console.bf +++ b/BeefLibs/corlib/src/Console.bf @@ -396,6 +396,7 @@ namespace System { sForegroundColor = sOriginalForegroundColor; sBackgroundColor = sOriginalBackgroundColor; + SetColors(); #if !BF_PLATFORM_WINDOWS Write("\x1B[0m");