From e069a29f99dfb6e1139f47f3bb291902752d1283 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 10 Jan 2023 11:14:25 +0100 Subject: Debug animations, LiveEngine and improve arrow/squares highlights --- src/game_tab/left_panel/GameTabLeftPanel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game_tab/left_panel/GameTabLeftPanel.hpp') diff --git a/src/game_tab/left_panel/GameTabLeftPanel.hpp b/src/game_tab/left_panel/GameTabLeftPanel.hpp index 2dec70d..6bd6b38 100644 --- a/src/game_tab/left_panel/GameTabLeftPanel.hpp +++ b/src/game_tab/left_panel/GameTabLeftPanel.hpp @@ -13,7 +13,7 @@ class GameTabLeftPanel : public TabGameLeftPanel { BoardCanvas *board_canvas; bool repeat; HalfMove *last_move; - std::vector engine_arrows; + std::vector engine_arrows; public: GameTabLeftPanel(wxFrame *parent, std::shared_ptr game); -- cgit v1.2.3