aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-01 14:48:46 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-01 14:48:46 +0100
commitea76a42c6bb6c4432cb6a85e4388421c3ffd96f2 (patch)
tree2b1334cf775c9bec5e4f2ab5d7adf8585c9a2617
parent0c64a5f9567b23fde5480975bf393d46f3203786 (diff)
Update
-rw-r--r--src/game_tab/left_panel/board/BoardCanvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_tab/left_panel/board/BoardCanvas.cpp b/src/game_tab/left_panel/board/BoardCanvas.cpp
index 1a85176..ba6519f 100644
--- a/src/game_tab/left_panel/board/BoardCanvas.cpp
+++ b/src/game_tab/left_panel/board/BoardCanvas.cpp
@@ -16,7 +16,7 @@ BoardCanvas::BoardCanvas(wxFrame *parent)
ApplyPreferences();
// The following should be called when using an EVT_PAINT handler
SetBackgroundStyle(wxBG_STYLE_PAINT);
- adata.duration=200;
+ adata.duration=5000;
adata.duration_fast=80;
adata.fps=30;
// Let GameTableLeftPanel process keyboard events: