mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 06:28:19 +00:00
reset color after text is drawn
This commit is contained in:
parent
b504ae60fb
commit
52ff132e56
|
@ -1595,6 +1595,9 @@ public:
|
|||
|
||||
// render non outlined
|
||||
Graphics()->QuadsDrawCurrentVertices(false);
|
||||
|
||||
// reset
|
||||
Graphics()->SetColor(1.f, 1.f, 1.f, 1.f);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue