gl: Remove a debug print

This commit is contained in:
kd-11 2019-09-27 21:57:19 +03:00 committed by kd-11
parent feabe71183
commit 28534e8833

View File

@ -144,7 +144,6 @@ void GLVertexDecompilerThread::insertMainStart(std::stringstream & OS)
if (!PI.value.empty())
{
printf("Value=%s\n", PI.value.c_str());
// Simplify default initialization
if (PI.value == "vec4(0.0, 0.0, 0.0, 0.0)")
registers += " = vec4(0.)";