mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-20 05:15:10 +00:00
now use texture instead of images
This commit is contained in:
@@ -34,7 +34,7 @@ namespace BBM
|
||||
void updateButtonIndex(int length);
|
||||
|
||||
//! @brief time (in mili second) since last check
|
||||
std::chrono::milliseconds _now;
|
||||
std::chrono::time_point<std::chrono::steady_clock> _now;
|
||||
public:
|
||||
//! @inherit
|
||||
void onSelfUpdate(void) override;
|
||||
|
||||
Reference in New Issue
Block a user