mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +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
|
// render non outlined
|
||||||
Graphics()->QuadsDrawCurrentVertices(false);
|
Graphics()->QuadsDrawCurrentVertices(false);
|
||||||
|
|
||||||
|
// reset
|
||||||
|
Graphics()->SetColor(1.f, 1.f, 1.f, 1.f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue