瀏覽代碼

removed wrong const

Kajetan Johannes Hammerle 4 年之前
父節點
當前提交
33d0fc4551
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
         }