Small fix

This commit is contained in:
momo5502 2022-10-02 08:47:39 +02:00
parent a0e654f0f2
commit 8e547e0443

View File

@ -81,8 +81,8 @@ namespace console
HBRUSH hbrush; HBRUSH hbrush;
brush() brush()
: hbrush(CreateSolidBrush(RGB(50, 50, 50)))
{ {
hbrush = CreateSolidBrush(RGB(50, 50, 50));
} }
~brush() ~brush()