diff --git a/src/otclient/creature.cpp b/src/otclient/creature.cpp index 1b533c32..76c1aa7e 100644 --- a/src/otclient/creature.cpp +++ b/src/otclient/creature.cpp @@ -78,7 +78,7 @@ void Creature::draw(const Point& dest, float scaleFactor, bool animate, LightVie g_painter->setColor(Color::white); } - internalDrawOutfit(dest + animationOffset * scaleFactor, scaleFactor, animate, animate, m_direction); + internalDrawOutfit(dest + animationOffset * scaleFactor, scaleFactor, animate, animate, m_direction, lightView); m_footStepDrawn = true; if(lightView) {