fixing issues with resize it all works great

This commit is contained in:
Clément Le Bihan
2021-07-26 17:24:54 +02:00
parent 620ccb3e80
commit 98ddcbe516
6 changed files with 14 additions and 17 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ namespace ComSquare::Debugger
//std::unique_ptr<Renderer::IRenderer> _renderer;
//! @brief Change the bpp from the index given by the ui (QT combo box)
void _bppChangeUIHandler(int index);
//! @brief The size of the renderer to known if resize is necessary
Vector2<unsigned> _currentRendererSize;
public: