fix Windows compile error, SIMD data needs to be passed by reference
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
struct MyDebugVec3
|
struct MyDebugVec3
|
||||||
{
|
{
|
||||||
MyDebugVec3(const btVector3 org)
|
MyDebugVec3(const btVector3& org)
|
||||||
:x(org.x()),
|
:x(org.x()),
|
||||||
y(org.y()),
|
y(org.y()),
|
||||||
z(org.z())
|
z(org.z())
|
||||||
|
|||||||
Reference in New Issue
Block a user