This commit is contained in:
parent
c432ba1f5f
commit
4bb360cefd
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ void CGUISprite::render()
|
||||||
{
|
{
|
||||||
SpriteBank *sb;
|
SpriteBank *sb;
|
||||||
sb=getSpriteBank();
|
sb=getSpriteBank();
|
||||||
sb->printFT4(sb->getFrameHeader(m_frame),m_x,m_y,0,0,getOt());
|
sb->printFT4(sb->getFrameHeader(m_frame),getParentX()+m_x,getParentY()+m_y,0,0,getOt());
|
||||||
}
|
}
|
||||||
CGUIObjectWithSpriteBank::render();
|
CGUIObjectWithSpriteBank::render();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue