setup debug mode

This commit is contained in:
arthur.jamet
2021-06-04 15:50:22 +02:00
parent d7a65c7d45
commit 294d67de6a
3 changed files with 13 additions and 2 deletions
+4
View File
@@ -22,8 +22,12 @@ namespace BBM
//! @brief The camera used to render.
RAY::Camera::Camera3D _camera;
//! @brief Defines if the debug informations must be displayed or not
bool _debugMode;
//! @brief Window framerate limit
static constexpr short FPS = 30;
public:
//! @brief A method called after all entities that this system manage has been updated.
//! @note render on screen here