Skip to content

Commit 757a5e9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 92b9e5d commit 757a5e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Engine/Data/Mesh.inl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ void GeneralMesh<T>::updateGL_specific_impl() {
391391

392392
this->m_indices->setData( static_cast<gl::GLsizeiptr>( m_triangleIndices.size() *
393393
sizeof( GeneralMesh::IndexType ) ),
394-
m_triangleIndices.data(),
395-
GL_STATIC_DRAW );
394+
m_triangleIndices.data(),
395+
GL_STATIC_DRAW );
396396
this->m_indicesDirty = false;
397397
}
398398
if ( !base::m_vao ) { base::m_vao = globjects::VertexArray::create(); }

0 commit comments

Comments
 (0)