Skip to content

Commit

Permalink
UPBGE: Remove CM_Debug in RAS_Shader.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
panzergame committed Aug 10, 2017
1 parent fe49218 commit b653f9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/gameengine/Rasterizer/RAS_Shader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ std::string RAS_Shader::GetParsedProgram(ProgramType type) const
if (pos != -1) {
CM_Warning("found redundant #version directive in shader program, directive ignored.");
const unsigned int nline = prog.find("\n", pos);
CM_Debug(pos << ", " << nline);
prog.erase(pos, nline - pos);
}

Expand Down

0 comments on commit b653f9a

Please sign in to comment.