mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-19 01:46:27 +00:00
Renamed CSceneManager to CScene
This commit is contained in:
@@ -61,7 +61,7 @@ QUndoStack* INodeEditor::UndoStack()
|
||||
return &mUndoStack;
|
||||
}
|
||||
|
||||
CSceneManager* INodeEditor::Scene()
|
||||
CScene* INodeEditor::Scene()
|
||||
{
|
||||
return &mScene;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user