reset color after text is drawn

This commit is contained in:
Jupeyy 2018-04-09 22:02:16 +02:00
parent b504ae60fb
commit 52ff132e56

View file

@ -1595,6 +1595,9 @@ public:
// render non outlined
Graphics()->QuadsDrawCurrentVertices(false);
// reset
Graphics()->SetColor(1.f, 1.f, 1.f, 1.f);
}
}