remove comment

This commit is contained in:
bloeys
2022-07-02 20:59:59 +04:00
parent d0ac00b388
commit 051f91288d

View File

@ -216,7 +216,6 @@ func TestVecSwizzleSet(t *testing.T) {
t.Errorf("Got: %v; Expected: %v", v4.String(), ans4.String()) t.Errorf("Got: %v; Expected: %v", v4.String(), ans4.String())
} }
//
v4 = gglm.NewVec4(1, 1, 1, 1) v4 = gglm.NewVec4(1, 1, 1, 1)
ans4 = gglm.NewVec4(1, 2, 1, 1) ans4 = gglm.NewVec4(1, 2, 1, 1)