now use texture instead of images

This commit is contained in:
arthur.jamet
2021-06-07 15:18:28 +02:00
parent 8174d5f4ac
commit 5bba1f68e8
7 changed files with 52 additions and 42 deletions

View File

@@ -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;