just use plain white for now

This commit is contained in:
Josh Holtrop 2016-07-10 16:31:23 -04:00
parent 4c7934e133
commit eacfe407b4

View File

@ -109,7 +109,7 @@ bool Window::create()
m_programs.text = std::make_shared<TextProgram>();
m_programs.text->use();
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();