Forráskód Böngészése

removed wrong const

Kajetan Johannes Hammerle 4 éve
szülő
commit
33d0fc4551
1 módosított fájl, 1 hozzáadás és 1 törlés
  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);
         }