diff options
Diffstat (limited to 'source/game/items/StarActiveItem.cpp')
-rw-r--r-- | source/game/items/StarActiveItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/items/StarActiveItem.cpp b/source/game/items/StarActiveItem.cpp index 102ad16..725ea27 100644 --- a/source/game/items/StarActiveItem.cpp +++ b/source/game/items/StarActiveItem.cpp @@ -251,7 +251,7 @@ Maybe<Direction> ActiveItem::facingDirection() const { } List<Drawable> ActiveItem::handDrawables() const { - if (m_itemAnimator.parts().empty()) { + if (m_itemAnimator.constParts().empty()) { auto drawables = Item::iconDrawables(); Drawable::scaleAll(drawables, 1.0f / TilePixels); return drawables; |