Browse Source

SceneTools: minor.

pull/623/head
Vladimír Vondruš 3 years ago
parent
commit
e0a1f435d7
  1. 4
      src/Magnum/SceneTools/Filter.cpp

4
src/Magnum/SceneTools/Filter.cpp

@ -311,8 +311,8 @@ template<class T> std::size_t filterObjectsImplementation(const Trade::SceneData
sharedMapping = fieldOffset; sharedMapping = fieldOffset;
fieldStorage[fieldOffset++] = {fieldId, mask}; fieldStorage[fieldOffset++] = {fieldId, mask};
/* Not bothering with rounding this to whole bytes as /* Not bothering with rounding this to whole bytes as
Utility::copyMasked() has to special-case the begin/end Utility::copyMasked() has to special-case the begin/end
anyway */ anyway */
maskOffset += mask.size(); maskOffset += mask.size();
} else { } else {
sharedMapping = ~UnsignedInt{}; sharedMapping = ~UnsignedInt{};

Loading…
Cancel
Save