Skip to content
Snippets Groups Projects
Commit bd76783d authored by Lioncash's avatar Lioncash
Browse files

vertex_shader: Fix control reaches end of function warning

parent 3cfdabb2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment