add default constructor

This commit is contained in:
nicolaichuk
2017-03-23 14:17:13 +03:00
parent db065b8af8
commit 3bf2f107b2

View File

@@ -79,6 +79,8 @@ struct btWheelInfo
void* m_clientInfo;//can be used to store pointer to sync transforms...
btWheelInfo() {}
btWheelInfo(btWheelInfoConstructionInfo& ci)
{