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 27fb3e0 commit f3d1ef1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ class Subwindow_DeletePointLight {
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 PointLightIndex_ = 0; /**<Use to identify what PointLight to delete*/

Expand Down

0 comments on commit f3d1ef1

Please sign in to comment.