Graphics/Sprite: Fix linker error
Former-commit-id: 1867897b6d67ccd7ed1779c66f086e3dc962e693
This commit is contained in:
@@ -48,3 +48,5 @@ void NzSprite::UpdateData(InstanceData* instanceData) const
|
|||||||
*posPtr++ = instanceData->transformMatrix.Transform(m_size.x*NzVector3f::Right() + m_size.y*NzVector3f::Down());
|
*posPtr++ = instanceData->transformMatrix.Transform(m_size.x*NzVector3f::Right() + m_size.y*NzVector3f::Down());
|
||||||
*texCoordPtr++ = m_textureCoords.GetCorner(nzRectCorner_RightBottom);
|
*texCoordPtr++ = m_textureCoords.GetCorner(nzRectCorner_RightBottom);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NzSpriteLibrary::LibraryMap NzSprite::s_library;
|
||||||
|
|||||||
Reference in New Issue
Block a user