Adding space to make compiler happy.

This commit is contained in:
Tigran Gasparian 2018-09-03 10:37:22 +02:00
parent c062bfc2d5
commit 93145f3979

View File

@ -68,7 +68,7 @@ struct TinyRendererVisualShapeConverterInternalData
btHashMap<btHashInt,TinyRendererObjectArray*> m_swRenderInstances;
// Maps bodyUniqueId to a list of visual shapes belonging to the body.
btHashMap<btHashInt,btAlignedObjectArray<b3VisualShapeData>> m_visualShapesMap;
btHashMap<btHashInt,btAlignedObjectArray<b3VisualShapeData> > m_visualShapesMap;
int m_upAxis;
int m_swWidth;