X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=dither_effect.h;h=943220aed55ad3dc524e4404b06ef2838f917831;hp=d0f2423c26831c1705475f49052db0eeb7d496d0;hb=f1a81dca72da9aa5103527b8c9494381204e70c5;hpb=cc9e1cb1ba6a09b38b5e59ccab817a97dd49ca98 diff --git a/dither_effect.h b/dither_effect.h index d0f2423..943220a 100644 --- a/dither_effect.h +++ b/dither_effect.h @@ -59,6 +59,7 @@ private: int width, height, num_bits; int last_width, last_height, last_num_bits; + int texture_width, texture_height; GLuint texnum; bool need_texture_update;