From 6d6f600c4494691c8a207b98f1d361ada007e7bf Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Sat, 1 Dec 2012 14:01:05 -0200 Subject: [PATCH] Fix creatures light --- src/otclient/creature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {