mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-13 05:48:18 +00:00
Adding space to make compiler happy.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user