X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fframebuffer.h;h=920d9422fae0c103d0a492c81e9024b9f3a595ae;hb=e70662d7812464159f2e47f4bebb69d88f89ae93;hp=fd7b8eb4d17ccffd2f829182dd55d52837187dcb;hpb=b9e720f36185c6fe4d39a1056ecb88dec0ce950d;p=libs%2Fgl.git diff --git a/source/core/framebuffer.h b/source/core/framebuffer.h index fd7b8eb4..920d9422 100644 --- a/source/core/framebuffer.h +++ b/source/core/framebuffer.h @@ -47,9 +47,9 @@ protected: FrameFormat format; std::vector attachments; - unsigned width; - unsigned height; - mutable unsigned dirty; + unsigned width = 0; + unsigned height = 0; + mutable unsigned dirty = 0; Framebuffer(bool); public: