Skip to content
  • Martin Flöser's avatar
    Fix glPixelStore in GLTexture::update · d344b6cc
    Martin Flöser authored
    Resetting glPixelStore is bound to the variable useUnpack, but setting
    was only bound to a subset of the checks going into useUnpack variable.
    This could cause an assert if one updated with a QImage not in format
    ARGB32_Premultiplied.
    
    REVIEW: 122521
    d344b6cc