• E
    Fix object flickering with CanvasRenderer · d707242f
    Eevee 提交于
    `Projector` loops over all visible objects using `o` as the loop variable, but another loop inside that one also uses `o`.  Since `var`s are function-scoped, not block-scoped, this can prematurely advance the outer loop and skip rendering some objects entirely.
    d707242f
Projector.js 20.5 KB