Forcing depth clear - not right, but gets atrain working.

This commit is contained in:
Ben Vanik
2015-03-22 01:07:14 -07:00
parent b75e070d1b
commit 559cda3215
2 changed files with 6 additions and 2 deletions

View File

@@ -1366,7 +1366,7 @@ bool GL4ShaderTranslator::TranslateALU(const instr_alu_t* alu, int sync) {
return false;
}
} else {
// assert_always();
assert_always();
Append(" // <UNIMPLEMENTED>\n");
}
}