mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-19 01:46:27 +00:00
Created application class to manage editor windows, improved camera AABox orbit
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <QMouseEvent>
|
||||
|
||||
INodeEditor::INodeEditor(QWidget *pParent)
|
||||
: QMainWindow(pParent)
|
||||
: IEditor(pParent)
|
||||
, mPickMode(false)
|
||||
, mpSelection(new CNodeSelection)
|
||||
, mSelectionLocked(false)
|
||||
|
||||
Reference in New Issue
Block a user