diff --git a/unittest/TestVertexJit.cpp b/unittest/TestVertexJit.cpp index 17e63651d2..e704c09d67 100644 --- a/unittest/TestVertexJit.cpp +++ b/unittest/TestVertexJit.cpp @@ -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();