remove assert
This commit is contained in:
parent
d737e1feb1
commit
c09beacd76
@ -379,8 +379,6 @@ CopyVertex(Vec4* dst, m3dv_t* src)
|
||||
movups XMM0, src.x.offsetof[R8];
|
||||
movups dst.x.offsetof[R9], XMM0;
|
||||
}
|
||||
|
||||
assert(dst.x == src.x && dst.y == src.y && dst.z == src.z && dst.w == src.w, "CopyVertex failure");
|
||||
}
|
||||
|
||||
pragma(inline): bool
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user