mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-06 19:22:20 +00:00
Optimizing view iterators
This commit is contained in:
@@ -84,7 +84,7 @@ namespace WAL
|
||||
//! @brief True if the engine should close after the end of the current tick.
|
||||
bool shouldClose = false;
|
||||
//! @brief The time between each fixed update.
|
||||
static constexpr std::chrono::nanoseconds timestep = std::chrono::milliseconds(8);
|
||||
static constexpr std::chrono::nanoseconds timestep = std::chrono::milliseconds(16);
|
||||
|
||||
//! @brief Create a new system in place.
|
||||
//! @return The wal instance used to call this function is returned. This allow method chaining.
|
||||
|
||||
Reference in New Issue
Block a user