change default fps

This commit is contained in:
arthur.jamet
2021-06-05 13:43:34 +02:00
parent 294d67de6a
commit 948b9b42c2
+1 -1
View File
@@ -26,7 +26,7 @@ namespace BBM
bool _debugMode;
//! @brief Window framerate limit
static constexpr short FPS = 30;
static constexpr short FPS = 60;
public:
//! @brief A method called after all entities that this system manage has been updated.