Skip to content
  • Thomas Lübking's avatar
    shortcut rendering textures for empty an rect · f61d3ade
    Thomas Lübking authored
    it makes no sense and there's a good chance
    that in this case m_vbo is still nullptr and
    it will not be created since d->m_cachedSize
    will be an empty size as well
    -> nullptr access -> crash
    
    BUG: 337090
    FIXED-IN: 5.2
    f61d3ade