oops - fixed sky

This commit is contained in:
Josh Holtrop 2012-10-13 22:18:00 -04:00
parent 81c9015bd7
commit d488a28827

View File

@ -119,6 +119,7 @@ bool Client::initgl()
CFS.get_file("shaders/overlay_reload.f.glsl"),
"pos", 0, "normal", 1, NULL,
"projection", "modelview", NULL))
return false;
if (!m_sky_program.create(
CFS.get_file("shaders/sky.v.glsl"),
CFS.get_file("shaders/sky.f.glsl"),