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 f3d1ef1 commit ed6e386
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ class Subwindow_DeleteScene {
private:

ERS_CLASS_SceneManager* SceneManager_; /**<SceneManager Instance*/
Cursors3D* Cursor_; /**<Instance of the 3d cursor object*/


int SceneIndex_ = 0; /**<SceneIndex Used To Remember What Scene To Delete*/

bool FirstFrame_ = false; /**<Used to grab keyboard input on first frame window is open*/
Expand Down

0 comments on commit ed6e386

Please sign in to comment.