initialize Element m_tag to zero
This commit is contained in:
@@ -162,6 +162,10 @@ public:
|
|||||||
struct Element
|
struct Element
|
||||||
{
|
{
|
||||||
void* m_tag; // User data
|
void* m_tag; // User data
|
||||||
|
Element()
|
||||||
|
{
|
||||||
|
m_tag=0;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
/* Material */
|
/* Material */
|
||||||
struct Material : Element
|
struct Material : Element
|
||||||
|
|||||||
Reference in New Issue
Block a user