diff options
Diffstat (limited to 'src/game_tab/left_panel/board/BoardCanvas.hpp')
| -rw-r--r-- | src/game_tab/left_panel/board/BoardCanvas.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game_tab/left_panel/board/BoardCanvas.hpp b/src/game_tab/left_panel/board/BoardCanvas.hpp index 6ef2957..0576f1d 100644 --- a/src/game_tab/left_panel/board/BoardCanvas.hpp +++ b/src/game_tab/left_panel/board/BoardCanvas.hpp @@ -42,8 +42,8 @@ typedef std::tuple<short, short, short> ClockTime; typedef struct AnimState { /// @brief Temporary buffer to reduce latency wxBitmap *buffer; - /// @brief Should *buffer be used? - bool reuseBuffer; + /// @brief Should animation be played on refresh? + bool animate; /// @brief Current animated frame int frame; /// @brief Total number of frames for the animation |
