mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 01:59:21 +02:00
Fix creatures light
This commit is contained in:
parent
ce6423320e
commit
6d6f600c44
@ -78,7 +78,7 @@ void Creature::draw(const Point& dest, float scaleFactor, bool animate, LightVie
|
|||||||
g_painter->setColor(Color::white);
|
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;
|
m_footStepDrawn = true;
|
||||||
|
|
||||||
if(lightView) {
|
if(lightView) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user