Skip to content

Commit

Permalink
Deleting Model Changes Position (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed May 9, 2022
1 parent 4232c78 commit 143e73f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class Window_SceneTree {
ERS_CLASS_SceneManager* SceneManager_; /**<Scene Manager Instance Pointer*/
ERS_STRUCT_SystemUtils* SystemUtils_; /**<SystemUtils Pointer*/
ERS_STRUCT_ProjectUtils* ProjectUtils_; /**<ProjectUtils Pointer*/
Cursors3D* Cursors3D_; /**<Pointer to Cursors3D Instance*/
bool FirstFrame_ = true; /**<Bool Indicating if It's the first frame*/

std::unique_ptr<Subwindow_SceneRenameModal> Subwindow_SceneRenameModal_; /**<Scene Rename Modal Instance*/
Expand Down Expand Up @@ -99,7 +100,7 @@ class Window_SceneTree {
* @brief Construct a new Window_SceneTree object
*
*/
Window_SceneTree(ERS_CLASS_SceneManager* SceneManager, ERS_STRUCT_SystemUtils* SystemUtils, ERS_STRUCT_ProjectUtils* ProjectUtils);
Window_SceneTree(ERS_CLASS_SceneManager* SceneManager, ERS_STRUCT_SystemUtils* SystemUtils, ERS_STRUCT_ProjectUtils* ProjectUtils, Cursors3D* Cursors3D_);

/**
* @brief Destroy the Window_SceneTree object
Expand Down

0 comments on commit 143e73f

Please sign in to comment.