mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-03 10:26:29 +00:00
change default fps
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user