diff --git a/src/client/component/console.cpp b/src/client/component/console.cpp index c5d48391..808e644e 100644 --- a/src/client/component/console.cpp +++ b/src/client/component/console.cpp @@ -81,8 +81,8 @@ namespace console HBRUSH hbrush; brush() + : hbrush(CreateSolidBrush(RGB(50, 50, 50))) { - hbrush = CreateSolidBrush(RGB(50, 50, 50)); } ~brush()