just use plain white for now
This commit is contained in:
parent
4c7934e133
commit
eacfe407b4
@ -109,7 +109,7 @@ bool Window::create()
|
|||||||
m_programs.text = std::make_shared<TextProgram>();
|
m_programs.text = std::make_shared<TextProgram>();
|
||||||
m_programs.text->use();
|
m_programs.text->use();
|
||||||
m_programs.text->set_texture(0);
|
m_programs.text->set_texture(0);
|
||||||
m_programs.text->set_color(1.0, 0.9, 0.8, 1.0);
|
m_programs.text->set_color(1.0, 1.0, 1.0, 1.0);
|
||||||
|
|
||||||
resize();
|
resize();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user