Removes int initializer in SharedMemoryUserDataHashKey, changes '>>' into '> >' for nexted templates.

This commit is contained in:
Tigran Gasparian
2018-07-04 14:25:48 +02:00
parent 7c7e8af717
commit 8a6db042de
2 changed files with 3 additions and 4 deletions

View File

@@ -1538,7 +1538,7 @@ struct PhysicsServerCommandProcessorInternalData
b3ResizablePool< InternalBodyHandle > m_bodyHandles;
b3ResizablePool<InternalCollisionShapeHandle> m_userCollisionShapeHandles;
b3ResizablePool<InternalVisualShapeHandle> m_userVisualShapeHandles;
b3ResizablePool<b3PoolBodyHandle<SharedMemoryUserData>> m_userDataHandles;
b3ResizablePool<b3PoolBodyHandle<SharedMemoryUserData> > m_userDataHandles;
btHashMap<SharedMemoryUserDataHashKey, int> m_userDataHandleLookup;
b3PluginManager m_pluginManager;