mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-19 16:54:27 +00:00
fix warning
This commit is contained in:
@@ -238,8 +238,9 @@ struct MyMouseCommand
|
||||
struct MotionArgs
|
||||
{
|
||||
MotionArgs()
|
||||
:m_physicsServerPtr(0),
|
||||
m_debugDrawFlags(0)
|
||||
:
|
||||
m_debugDrawFlags(0),
|
||||
m_physicsServerPtr(0)
|
||||
{
|
||||
for (int i=0;i<MAX_VR_CONTROLLERS;i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user