Fix text rendering

This commit is contained in:
Corentin 2021-07-13 00:35:45 +09:00
commit 1a200205a5
12 changed files with 214 additions and 68 deletions

View file

@ -18,7 +18,7 @@ class GlLabel: public GlComponent
protected:
std::string text;
const std::tuple<float, float, float, float>& text_color;
std::tuple<float, float, float, float> text_color;
int text_width;
int text_height;