Added VertexMapper::Unmap
Former-commit-id: b4210cfd864a527fb63ac0b1976acf2c3c198274
This commit is contained in:
@@ -323,3 +323,9 @@ void NzVertexMapper::SetTexCoords(unsigned int i, const NzVector2f& texCoords)
|
||||
{
|
||||
m_impl->SetTexCoords(i, texCoords);
|
||||
}
|
||||
|
||||
void NzVertexMapper::Unmap()
|
||||
{
|
||||
delete m_impl;
|
||||
m_impl = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user