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 f74d995 commit a33ca13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Subwindow_DeleteDirectionalLight {
* @brief Construct a new Subwindow_DeleteDirectionalLight object
*
*/
Subwindow_DeleteDirectionalLight(ERS_CLASS_SceneManager* SceneManager);
Subwindow_DeleteDirectionalLight(ERS_CLASS_SceneManager* SceneManager, Cursors3D* Cursor);

/**
* @brief Destroy the Subwindow_DeleteDirectionalLight object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
#include <ERS_GUI_CLASS_DeleteModel.h>


Subwindow_DeleteModel::Subwindow_DeleteModel(ERS_CLASS_SceneManager* SceneManager) {
Subwindow_DeleteModel::Subwindow_DeleteModel(ERS_CLASS_SceneManager* SceneManager, Cursors3D* Cursor) {

SceneManager_ = SceneManager;
Cursor_ = Cursor;


}
Expand Down

0 comments on commit a33ca13

Please sign in to comment.