This commit is contained in:
parent
0fb8840e47
commit
a8f10641d3
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ void CNpcSeaSnakeEnemy::render()
|
|||
{
|
||||
DVECTOR &renderPos=getRenderPos();
|
||||
|
||||
SprFrame = m_actorGfx->Render(renderPos,m_animNo,( m_frame >> 8 ),m_reversed);
|
||||
SprFrame = m_actorGfx->Render(renderPos,m_animNo,( m_frame >> 8 ),0);
|
||||
m_actorGfx->RotateScale( SprFrame, renderPos, m_heading, 4096, 4096 );
|
||||
|
||||
sBBox boundingBox = m_actorGfx->GetBBox();
|
||||
|
|
Loading…
Add table
Reference in a new issue