mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 22:00:05 +00:00
Adding space to make compiler happy.
This commit is contained in:
parent
c062bfc2d5
commit
93145f3979
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user