mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 06:24:32 +00:00
remove old color hack in Avatar::render(), looks better without it
This commit is contained in:
parent
70562f103d
commit
4b044a7e3b
1 changed files with 1 additions and 3 deletions
|
@ -4452,10 +4452,8 @@ void Avatar::render(const RenderState& rs) const
|
||||||
|
|
||||||
if (dsq->continuity.form == FORM_SPIRIT && !skeletalSprite.getParent())
|
if (dsq->continuity.form == FORM_SPIRIT && !skeletalSprite.getParent())
|
||||||
{
|
{
|
||||||
RenderState rx(rs);
|
|
||||||
rx.color = Vector(0.2f, 0.3f, 0.6f);
|
|
||||||
skeletalSprite.position = bodyPosition+bodyOffset;
|
skeletalSprite.position = bodyPosition+bodyOffset;
|
||||||
skeletalSprite.render(rx);
|
skeletalSprite.render(rs);
|
||||||
}
|
}
|
||||||
|
|
||||||
Entity::render(rs);
|
Entity::render(rs);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue