@@ -63,7 +63,7 @@ public:
textures[index].bindTo(textureUnit);
}
- void resize(const Size& size) const {
+ void resize(const Size& size) {
for(Texture& t : textures) {
t.setData(size.width, size.height);