mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-15 16:16:14 +00:00
Renamed CSceneManager to CScene
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
u32 CSceneNode::smNumNodes = 0;
|
||||
CColor CSceneNode::skSelectionTint = CColor::Integral(39, 154, 167);
|
||||
|
||||
CSceneNode::CSceneNode(CSceneManager *pScene, CSceneNode *pParent)
|
||||
CSceneNode::CSceneNode(CScene *pScene, CSceneNode *pParent)
|
||||
{
|
||||
smNumNodes++;
|
||||
mpScene = pScene;
|
||||
@@ -322,7 +322,7 @@ CSceneNode* CSceneNode::Parent() const
|
||||
return mpParent;
|
||||
}
|
||||
|
||||
CSceneManager* CSceneNode::Scene() const
|
||||
CScene* CSceneNode::Scene() const
|
||||
{
|
||||
return mpScene;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user