Small fix
This commit is contained in:
parent
a0e654f0f2
commit
8e547e0443
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user