summaryrefslogtreecommitdiff
path: root/src/being/flooritem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/flooritem.cpp')
-rw-r--r--src/being/flooritem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/flooritem.cpp b/src/being/flooritem.cpp
index 3dd5e3371..72f30998e 100644
--- a/src/being/flooritem.cpp
+++ b/src/being/flooritem.cpp
@@ -193,7 +193,7 @@ void FloorItem::draw(Graphics *const graphics,
const int px = getActorX() + offsetX;
const int py = getActorY() + offsetY;
- CompoundSprite::draw(graphics, px, py);
+ CompoundSprite::drawSimple(graphics, px, py);
if (mHighlight)
{