move constructor for abstract class in protected

This commit is contained in:
nicolaichuk
2017-03-23 14:14:14 +03:00
parent 9360f1dca2
commit 74b1044a05
6 changed files with 18 additions and 4 deletions

View File

@@ -93,10 +93,12 @@ protected:
aabbMax = m_localAabbMax;
}
public:
protected:
btPolyhedralConvexAabbCachingShape();
public:
inline void getNonvirtualAabb(const btTransform& trans,btVector3& aabbMin,btVector3& aabbMax, btScalar margin) const
{