Fix text rendering
This commit is contained in:
parent
af6967151e
commit
1a200205a5
12 changed files with 214 additions and 68 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue