diff --git a/src/Magnum/SceneTools/Filter.cpp b/src/Magnum/SceneTools/Filter.cpp index 3f51758e4..8d1fb6c75 100644 --- a/src/Magnum/SceneTools/Filter.cpp +++ b/src/Magnum/SceneTools/Filter.cpp @@ -311,8 +311,8 @@ template std::size_t filterObjectsImplementation(const Trade::SceneData sharedMapping = fieldOffset; fieldStorage[fieldOffset++] = {fieldId, mask}; /* Not bothering with rounding this to whole bytes as - Utility::copyMasked() has to special-case the begin/end - anyway */ + Utility::copyMasked() has to special-case the begin/end + anyway */ maskOffset += mask.size(); } else { sharedMapping = ~UnsignedInt{};