Graphics/Sprite: Fix linker error

Former-commit-id: 1867897b6d67ccd7ed1779c66f086e3dc962e693
This commit is contained in:
Lynix 2015-08-16 01:45:31 +02:00
parent 29ffd44683
commit 391d248e59
1 changed files with 2 additions and 0 deletions

View File

@ -48,3 +48,5 @@ void NzSprite::UpdateData(InstanceData* instanceData) const
*posPtr++ = instanceData->transformMatrix.Transform(m_size.x*NzVector3f::Right() + m_size.y*NzVector3f::Down());
*texCoordPtr++ = m_textureCoords.GetCorner(nzRectCorner_RightBottom);
}
NzSpriteLibrary::LibraryMap NzSprite::s_library;