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 61bd924 commit 27fb3e0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class Subwindow_DeleteDirectionalLight {
private:

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

int SceneIndex_ = 0; /**<Scene Index Used To Remember What Scene To Delete From*/
int DirectionalLightIndex_ = 0; /**<Use to identify what DirectionalLight to delete*/

Expand Down

0 comments on commit 27fb3e0

Please sign in to comment.