From e9880d39bee2abc29ccde6c6a4e9273049a86b38 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Fri, 2 Sep 2022 18:09:47 -0700 Subject: [PATCH] vertexjit: Update unit test, oops. --- unittest/TestVertexJit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();