Explorar o código

removed wrong const

Kajetan Johannes Hammerle %!s(int64=4) %!d(string=hai) anos
pai
achega
33d0fc4551
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      wrapper/Framebuffer.h

+ 1 - 1
wrapper/Framebuffer.h

@@ -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);
         }