get rid of 'using'
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
class btDeformableMassSpringForce : public btDeformableLagrangianForce
|
||||
{
|
||||
public:
|
||||
using TVStack = btDeformableLagrangianForce::TVStack;
|
||||
// using TVStack = btDeformableLagrangianForce::TVStack;
|
||||
typedef btAlignedObjectArray<btVector3> TVStack;
|
||||
btDeformableMassSpringForce()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user