mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-17 20:13:41 +00:00
CSceneNode: Convert 0 literal to nullptr
This commit is contained in:
parent
77248960f8
commit
7ba5a0cc58
@ -102,7 +102,7 @@ protected:
|
|||||||
CColor mAmbientColor;
|
CColor mAmbientColor;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit CSceneNode(CScene *pScene, uint32 NodeID, CSceneNode *pParent = 0);
|
explicit CSceneNode(CScene *pScene, uint32 NodeID, CSceneNode *pParent = nullptr);
|
||||||
~CSceneNode() override;
|
~CSceneNode() override;
|
||||||
virtual ENodeType NodeType() = 0;
|
virtual ENodeType NodeType() = 0;
|
||||||
virtual void PostLoad() {}
|
virtual void PostLoad() {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user