This commit is contained in:
parent
1282474508
commit
989616b543
11 changed files with 26 additions and 2 deletions
|
@ -749,6 +749,7 @@ void CNpcMotherJellyfishEnemy::render()
|
|||
SprFrame = m_actorGfx->Render(renderPos,m_animNo,( m_frame >> 8 ),false);
|
||||
m_actorGfx->RotateScale( SprFrame, renderPos, 0, m_renderScale, m_renderScale );
|
||||
|
||||
setShadeTex(SprFrame,0);
|
||||
setRGB0( SprFrame, ( m_RGB & 255 ), ( ( m_RGB >> 8 ) & 255 ), ( ( m_RGB >> 16 ) & 255 ) );
|
||||
|
||||
sBBox boundingBox = m_actorGfx->GetBBox();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue