Skip to content

Commit

Permalink
Do not built grass shadow shader
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Lejeune committed May 2, 2014
1 parent b22066d commit 2d34bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphics/shaders.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1627,6 +1627,7 @@ namespace MeshShader

void GrassShadowShader::init()
{
return;
Program = LoadProgram(
GL_VERTEX_SHADER, file_manager->getAsset("shaders/grass_pass.vert").c_str(),
GL_FRAGMENT_SHADER, file_manager->getAsset("shaders/object_unlit.frag").c_str());
Expand Down

0 comments on commit 2d34bd0

Please sign in to comment.