aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/MoveTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/MoveTable.cpp b/src/components/MoveTable.cpp
index ab05bed..3c2a3be 100644
--- a/src/components/MoveTable.cpp
+++ b/src/components/MoveTable.cpp
@@ -92,7 +92,7 @@ std::uint32_t MoveTable::UpdateMoves(CGEHalfMove *m, std::uint32_t line,
if (status->UseMoveIcons) {
// Image
Element img;
- img.prop = Property::Image | Property::Move;
+ img.prop = move_bound.prop | Property::Image;
img.x = move_bound.x;
img.y = status->MoveHeight * line;
img.width = status->MoveIconWidth;