mirror of https://github.com/mosra/magnum.git
Browse Source
Fixes the following compile error:
magnum/src/Magnum/GL/Texture.h:747:44: error: no member named 'imageSize' in 'Magnum::GL::AbstractTexture::DataHelper<2>'
return DataHelper<dimensions>::imageSize(*this, level);
^
pull/365/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue