diff --git a/src/Mesh.h b/src/Mesh.h index dafef3a6e..39dc43f11 100644 --- a/src/Mesh.h +++ b/src/Mesh.h @@ -660,9 +660,9 @@ class MAGNUM_EXPORT Mesh { offset, stride }); - } - (this->*attributePointerImplementation)(attributes.back()); + (this->*attributePointerImplementation)(attributes.back()); + } } #ifndef MAGNUM_TARGET_GLES2