mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-11 01:40:10 +00:00
initialize Element m_tag to zero
This commit is contained in:
parent
b9acc820d6
commit
6cc18e05aa
@ -162,6 +162,10 @@ public:
|
||||
struct Element
|
||||
{
|
||||
void* m_tag; // User data
|
||||
Element()
|
||||
{
|
||||
m_tag=0;
|
||||
}
|
||||
};
|
||||
/* Material */
|
||||
struct Material : Element
|
||||
|
Loading…
Reference in New Issue
Block a user