mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix some warnings (#12615)
This commit is contained in:
@@ -1174,7 +1174,7 @@ void PartialMeshBuffer::beforeDraw() const
|
||||
void PartialMeshBuffer::afterDraw() const
|
||||
{
|
||||
// Take the data back
|
||||
m_vertex_indexes = std::move(m_buffer->Indices.steal());
|
||||
m_vertex_indexes = m_buffer->Indices.steal();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user