Fixed last commit
Former-commit-id: 5034392dbdab232be71f8537638ed75c1c81eab8
This commit is contained in:
@@ -169,7 +169,7 @@ bool NzVertexBuffer::SetStorage(nzBufferStorage storage)
|
||||
return m_buffer->SetStorage(storage);
|
||||
}
|
||||
|
||||
bool NzVertexBuffer::Unmap() const
|
||||
void NzVertexBuffer::Unmap() const
|
||||
{
|
||||
return m_buffer->Unmap();
|
||||
m_buffer->Unmap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user