X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fframebuffer.cpp;h=e9d8863ca16e4e0379a11e9777def136cb596d2e;hp=0ce00becd23d5503ca5f26fec5f13eab065f9f17;hb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;hpb=7ab13563ec79b45a09f03da73acb15b39e192df9 diff --git a/source/core/framebuffer.cpp b/source/core/framebuffer.cpp index 0ce00bec..e9d8863c 100644 --- a/source/core/framebuffer.cpp +++ b/source/core/framebuffer.cpp @@ -131,7 +131,7 @@ void Framebuffer::update() const vector color_bufs; color_bufs.reserve(format.size()); unsigned i = 0; - for(const UInt16 *j=format.begin(); j!=format.end(); ++j, ++i) + for(const uint16_t *j=format.begin(); j!=format.end(); ++j, ++i) { GLenum gl_attach_point = get_gl_attachment(static_cast(*j)); if(dirty&(1<