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 ed6e386 commit a540b09
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_DeleteSpotLight {
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 SpotLightIndex_ = 0; /**<Use to identify what SpotLight to delete*/

Expand Down

0 comments on commit a540b09

Please sign in to comment.