Skip to content
  • Marcin Adamczyk's avatar
    Fix for bug 15830 · 0d817ed4
    Marcin Adamczyk authored
    Texture creation does not unbind the active texture anymore.
    
    Reasoning:
    Sometimes render methods created new textures, unbinding the textures set before the render call. It was mostly the case with the depth peeling pass, where 'opaqueZ' depth buffer was sometimes unbound preventing drawing the transparent objects.
    0d817ed4