mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-08 03:28:03 +03:00
Remove rotation hack
This commit is contained in:
parent
d7c067b874
commit
914d0e55ed
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ namespace TEN::Renderer
|
|||
addSpriteBillboardConstrained(&m_sprites[Objects[ID_DRIP_SPRITE].meshIndex],
|
||||
p.Position,
|
||||
Vector4(0.6f, 0.7f, 0.7f, p.Transparency()),
|
||||
-(PI / 2.0f), 1.0f, Vector2(p.Size, TEN::Effects::Drip::DRIP_WIDTH), BLENDMODE_ADDITIVE, -v, view);
|
||||
0.0f, 1.0f, Vector2(TEN::Effects::Drip::DRIP_WIDTH, p.Size), BLENDMODE_ADDITIVE, -v, view);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue