vertexjit: Update unit test, oops.

This commit is contained in:
Unknown W. Brackets
2022-09-02 18:09:47 -07:00
parent 470d2f0f4e
commit e9880d39be
+1 -1
View File
@@ -400,7 +400,7 @@ static bool TestVertexFloatThrough() {
dec.Execute(vtype, 0, jit == 1);
dec.AssertFloat("TestVertexFloatThrough-TC", 1.0f, -1.0f);
dec.AssertFloat("TestVertexFloatThrough-Nrm", 1.0f, 0.5f, -1.0f);
dec.AssertFloat("TestVertexFloatThrough-Pos", 1.0f, 0.5f, -1.0f);
dec.AssertFloat("TestVertexFloatThrough-Pos", 1.0f, 0.5f, 0.0f);
}
return !dec.HasFailed();