Skip to content

Commit

Permalink
video: more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fzurita committed Mar 8, 2016
1 parent 445bf93 commit 2e3754f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -393,7 +393,7 @@ ShaderCombiner::ShaderCombiner(Combiner & _color, Combiner & _alpha, const gDPCo
if (!checkShaderCompileStatus(fragmentShader))
{
int pos = 0;
int max = 900;
int max = 800;
LOG(LOG_ERROR, "Error in fragment shader");

while(pos < strFragmentShader.length() )
Expand Down

0 comments on commit 2e3754f

Please sign in to comment.