Fix build on macOS.

This commit is contained in:
John Preston 2021-05-25 19:18:25 +04:00
parent 52d5934dff
commit 8fbeb7f503

View file

@ -34,7 +34,7 @@ public:
}
}
[[nodiscard]] void bind(QOpenGLFunctions &f, int index) const {
void bind(QOpenGLFunctions &f, int index) const {
Expects(index >= 0 && index < Count);
f.glBindTexture(GL_TEXTURE_2D, _values[index]);