Fixing clears.

This commit is contained in:
Ben Vanik
2014-12-31 00:53:39 -08:00
parent dfc260b86e
commit 8869d4620f
6 changed files with 225 additions and 55 deletions

View File

@@ -204,7 +204,6 @@ void GL4ShaderTranslator::AppendDestRegName(uint32_t num, uint32_t dst_exp) {
default:
// Varying.
Append("vtx.o[%u]", num);
;
break;
}
break;