rm unwanted actions (update cam)

This commit is contained in:
Clément Le Bihan
2021-05-26 18:01:51 +02:00
parent e70dbd5b3b
commit c3c6f1503c
2 changed files with 1 additions and 3 deletions
@@ -32,7 +32,6 @@ namespace BBM
{
this->_window.unuseCamera();
this->_window.setDrawingState(RAY::Window::IDLE);
this->_camera.update();
this->_window.setDrawingState(RAY::Window::DRAWING);
this->_window.clear();
this->_window.useCamera(_camera);
@@ -44,7 +43,6 @@ namespace BBM
~RenderScreenSystem() override = default;
//! @brief Default assignment operator
RenderScreenSystem &operator=(const RenderScreenSystem &) = default;
};
}