vertex_shader: Fix control reaches end of function warning

This commit is contained in:
Lioncash 2014-11-14 19:32:43 -05:00
parent 3cfdabb2e3
commit bd76783d91

View file

@ -141,7 +141,7 @@ union Instruction {
return BitFieldType::Value();
else if (GetRegisterType() == Temporary)
return BitFieldType::Value() - 0x10;
else if (GetRegisterType() == FloatUniform)
else // if (GetRegisterType() == FloatUniform)
return BitFieldType::Value() - 0x20;
}