- GLSprite done, too.

This commit is contained in:
Christoph Oelckers 2018-04-15 19:57:28 +02:00
commit dcefa3cd12
4 changed files with 36 additions and 27 deletions

View file

@ -523,7 +523,8 @@ inline void GLSprite::PutSprite(bool translucent)
{
list = GLDL_MODELS;
}
gl_drawinfo->drawlists[list].AddSprite(this);
auto newsprt = gl_drawinfo->drawlists[list].NewSprite();
*newsprt = *this;
}
//==========================================================================